1 parent 2a51ff4 commit cc7a0c4Copy full SHA for cc7a0c4
1 file changed
scripts/build.sh
@@ -2,7 +2,7 @@
2
set -ev
3
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
4
sudo apt update
5
- sudo apt install mingw-w64
+ sudo apt install g++-mingw-w64
6
cd windows
7
make GXX=x86_64-w64-mingw32-g++ WINDRES=x86_64-w64-mingw32-windres
8
0 commit comments