diff options
Diffstat (limited to 'make/scripts/tests.sh')
-rwxr-xr-x | make/scripts/tests.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index f3ac68785..704a12bb1 100755 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -26,6 +26,7 @@ spath=`dirname $0` . $spath/setenv-jogl.sh $bdir JOGL_ALL MOSX=0 +MOSX_MT=0 uname -a | grep -i Darwin && MOSX=1 if [ $MOSX -eq 1 ] ; then MOSX_MT=1 |