Kaydet (Commit) dcd1c0c6 authored tarafından Martin v. Löwis's avatar Martin v. Löwis

Assume nasm.

üst 3f90311b
......@@ -228,9 +228,9 @@ def main():
# Now run make.
if arch == "amd64":
rc = os.system("ml64 -c -Foms\\uptable.obj ms\\uptable.asm")
rc = os.system("nasm -f win64 -DNEAR -Ox -g ms\\uptable.asm")
if rc:
print("ml64 assembler has failed.")
print("nasm assembler has failed.")
sys.exit(rc)
copy(r"crypto\buildinf_%s.h" % arch, r"crypto\buildinf.h")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment