Skip to content

Commit

Permalink
Updated the text script to work with MXE
Browse files Browse the repository at this point in the history
  • Loading branch information
sago007 committed Oct 8, 2016
1 parent d6759de commit 0e2c2ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions compile_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ set -e
make clean
make TESTCPP11=1
make clean
make CROSS=i686-pc-mingw32- TESTCPP11=1
make CROSS=i686-w64-mingw32.static- TESTCPP11=1
make clean
make CROSS=i686-pc-mingw32-
make CROSS=i686-w64-mingw32.static-
mv platform_folders.out platform_folders.exe
make clean
make

0 comments on commit 0e2c2ac

Please sign in to comment.