win32/build.py: default to x64 build
This commit is contained in:
parent
097e30321b
commit
c3d883c6cb
@ -5,7 +5,7 @@ import sys, subprocess
|
|||||||
|
|
||||||
configure_args = sys.argv[1:]
|
configure_args = sys.argv[1:]
|
||||||
|
|
||||||
x64 = False
|
x64 = True
|
||||||
|
|
||||||
while len(configure_args) > 0:
|
while len(configure_args) > 0:
|
||||||
arg = configure_args[0]
|
arg = configure_args[0]
|
||||||
|
Loading…
Reference in New Issue
Block a user