mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
Fix mingw gcc name in build-test.sh
This commit is contained in:
parent
dfbad1360f
commit
3698df37ef
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
|||
failed=0;
|
||||
|
||||
# check if testing mingw
|
||||
if [ "$CC" = "i686-w64-mingw-gcc" ]; then
|
||||
if [ "$CC" = "i686-w64-mingw32-gcc" ]; then
|
||||
MAKE=./cross-make-mingw.sh
|
||||
else
|
||||
MAKE=make
|
||||
|
|
Loading…
Reference in a new issue