Skip to content

Commit c3d883c

Browse files
committed
win32/build.py: default to x64 build
1 parent 097e303 commit c3d883c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
configure_args = sys.argv[1:]
77

8-
x64 = False
8+
x64 = True
99

1010
while len(configure_args) > 0:
1111
arg = configure_args[0]

0 commit comments

Comments
 (0)