Commit c3d883c6 authored by Max Kellermann's avatar Max Kellermann

win32/build.py: default to x64 build

parent 097e3032
...@@ -5,7 +5,7 @@ import sys, subprocess ...@@ -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]
......
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