Skip to content

Commit

Permalink
modify_pyinstaller.bash: waf command: --msvc_targets="x64"
Browse files Browse the repository at this point in the history
Thanks: VOICEVOX#724
  • Loading branch information
aoirint committed Oct 9, 2023
1 parent c80bdaf commit 04d1a8c
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 --target-arch="64bit")
(cd "$tempdir/bootloader" && python ./waf all --msvc_targets="x64")
pip install -U "$tempdir"

0 comments on commit 04d1a8c

Please sign in to comment.