Skip to content

Commit

Permalink
modify_pyinstaller.bash: waf command: add --target-arch="64bit"
Browse files Browse the repository at this point in the history
  • Loading branch information
aoirint committed Oct 9, 2023
1 parent f8e5134 commit c80bdaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_util/modify_pyinstaller.bash
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ __declspec(dllexport) DWORD NvOptimusEnablement = 0x00000001;
__declspec(dllexport) DWORD AmdPowerXpressRequestHighPerformance = 0x00000001;
#endif
EOF
(cd "$tempdir/bootloader" && python ./waf all)
(cd "$tempdir/bootloader" && python ./waf all --target-arch="64bit")
pip install -U "$tempdir"

0 comments on commit c80bdaf

Please sign in to comment.