mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
fixed path
This commit is contained in:
parent
144b9fbb6b
commit
ab7ecbcf3f
|
@ -117,7 +117,7 @@ if 1:
|
|||
output = "bam"
|
||||
bam_cmd = "./bam"
|
||||
if os.name == "nt":
|
||||
if os.system("make_win32_msvc2005.bat") != 0:
|
||||
if os.system("make_win32_msvc.bat") != 0:
|
||||
bail("failed to build bam")
|
||||
output += ".exe"
|
||||
bam_cmd = "bam"
|
||||
|
|
Loading…
Reference in a new issue