Merge "pass 'win64' instead of 'x64' to the assembler"

This commit is contained in:
Johann Koenig 2017-12-01 22:07:03 +00:00 committed by Gerrit Code Review
commit 401e00792f

View File

@ -1345,7 +1345,7 @@ EOF
EXE_SFX=.exe
;;
win64)
add_asflags -f x64
add_asflags -f win64
enabled debug && add_asflags -g cv8
EXE_SFX=.exe
;;