We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b6ddeaa commit 097e303Copy full SHA for 097e303
win32/build.py
@@ -11,6 +11,8 @@
11
arg = configure_args[0]
12
if arg == '--64':
13
x64 = True
14
+ elif arg == '--32':
15
+ x64 = False
16
else:
17
break
18
configure_args.pop(0)
0 commit comments