Change \u which is causing a syntax error. I'm not sure if that should be, but

at least this should let the build get farther on amd64 machines.
This commit is contained in:
Neal Norwitz 2008-04-05 06:16:50 +00:00
parent f5c7c2eeca
commit 247bd2efd8
2 changed files with 2 additions and 2 deletions

View file

@ -233,7 +233,7 @@ def main():
# Now run make.
if arch == "amd64":
rc = os.system(r"ml64 -c -Foms\uptable.obj ms\uptable.asm")
rc = os.system("ml64 -c -Foms\\uptable.obj ms\\uptable.asm")
if rc:
print("ml64 assembler has failed.")
sys.exit(rc)