Use mono debug symbols path
This commit is contained in:
parent
0d1682ede1
commit
12370c8cc3
1 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@ sqlite_dep = "sqlite3.dll"
|
||||||
json_bin_name = "Newtonsoft.Json.dll"
|
json_bin_name = "Newtonsoft.Json.dll"
|
||||||
http_bin_name = "HttpServer.dll"
|
http_bin_name = "HttpServer.dll"
|
||||||
tshock_bin_name = "TShockAPI.dll"
|
tshock_bin_name = "TShockAPI.dll"
|
||||||
tshock_symbols = "TShockAPI.pdb"
|
tshock_symbols = "TShockAPI.dll.mdb"
|
||||||
|
|
||||||
terraria_bin = os.path.join(cur_wd, "TerrariaServerBins", terraria_bin_name)
|
terraria_bin = os.path.join(cur_wd, "TerrariaServerBins", terraria_bin_name)
|
||||||
sql_dep = os.path.join(cur_wd, "SqlBins")
|
sql_dep = os.path.join(cur_wd, "SqlBins")
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue