summaryrefslogtreecommitdiff
path: root/build-test.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build-test.sh')
-rwxr-xr-xbuild-test.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/build-test.sh b/build-test.sh
index b4b8c1fc..d5119431 100755
--- a/build-test.sh
+++ b/build-test.sh
@@ -6,6 +6,7 @@ failed=0;
if [ "$CC" = "i686-w64-mingw32-gcc" ]; then
export PLATFORM=mingw32
export ARCH=x86
+ export CC=
haveExternalLibs=0
else
haveExternalLibs=1