mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
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:
parent
f5c7c2eeca
commit
247bd2efd8
2 changed files with 2 additions and 2 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue