In 32-bit build, use 32-bit python

This commit is contained in:
Micah Lee 2022-03-30 14:30:49 -07:00
parent 51205309d1
commit c8a4330b63
2 changed files with 6 additions and 6 deletions

View file

@ -185,7 +185,7 @@ def main():
print("> Building binaries")
run(
[
shutil.which("python"),
"python",
"setup-freeze.py",
"build",
],