Skip to content

Commit cc7a0c4

Browse files
committed
Update script
1 parent 2a51ff4 commit cc7a0c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
set -ev
33
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
44
sudo apt update
5-
sudo apt install mingw-w64
5+
sudo apt install g++-mingw-w64
66
cd windows
77
make GXX=x86_64-w64-mingw32-g++ WINDRES=x86_64-w64-mingw32-windres
88

0 commit comments

Comments
 (0)