Relative path link xbuild
This commit is contained in:
parent
0cbc45ce9a
commit
cf69fc6860
1 changed files with 2 additions and 2 deletions
|
|
@ -105,8 +105,8 @@ def update_terraria_source():
|
||||||
subprocess.check_call(['/usr/bin/git', 'submodule', 'update'])
|
subprocess.check_call(['/usr/bin/git', 'submodule', 'update'])
|
||||||
|
|
||||||
def build_software():
|
def build_software():
|
||||||
release_proc = subprocess.Popen(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])
|
release_proc = subprocess.Popen(['xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Release'])
|
||||||
debug_proc = subprocess.Popen(['/usr/local/bin/xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Debug'])
|
debug_proc = subprocess.Popen(['xbuild', './TShockAPI/TShockAPI.csproj', '/p:Configuration=Debug'])
|
||||||
release_proc.wait()
|
release_proc.wait()
|
||||||
debug_proc.wait()
|
debug_proc.wait()
|
||||||
if (release_proc.returncode != 0):
|
if (release_proc.returncode != 0):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue