diff options
author | Sven Gothel <[email protected]> | 2011-02-28 06:48:10 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2011-02-28 06:48:10 +0100 |
commit | e0b2133b1dafef6750885d53fe85e2bc9530c2c9 (patch) | |
tree | 951201a4feba015840964003713dbdde54e986c8 /make | |
parent | 4c1e6d1bda0b8c4a9517f751e428deda6847a72c (diff) |
SWTAccessor: Fix type casting int/long - better long usage determination
Diffstat (limited to 'make')
-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 |