aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/test5
1 files changed, 4 insertions, 1 deletions
diff --git a/scripts/test b/scripts/test
index e389728..abfa038 100755
--- a/scripts/test
+++ b/scripts/test
@@ -2,7 +2,10 @@
2set -e 2set -e
3set -x 3set -x
4 4
5unset CC 5if [ "$ARCH" = "mingw32" ] || [ "$ARCH" = "mingw64" ] || [ "$ARCH" = "arm32" ]; then
6 unset CC
7fi
8
6ENABLE_ASM="${ENABLE_ASM:=ON}" 9ENABLE_ASM="${ENABLE_ASM:=ON}"
7 10
8if type apt-get >/dev/null 2>&1; then 11if type apt-get >/dev/null 2>&1; then