Skip to content

Commit

Permalink
Update script
Browse files Browse the repository at this point in the history
  • Loading branch information
billthefarmer committed Jun 25, 2018
1 parent 2a51ff4 commit cc7a0c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -ev
if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then
sudo apt update
sudo apt install mingw-w64
sudo apt install g++-mingw-w64
cd windows
make GXX=x86_64-w64-mingw32-g++ WINDRES=x86_64-w64-mingw32-windres

Expand Down

0 comments on commit cc7a0c4

Please sign in to comment.