diff options
author | Sven Gothel <[email protected]> | 2015-01-23 01:20:33 +0100 |
---|---|---|
committer | Sven Gothel <[email protected]> | 2015-01-23 01:20:33 +0100 |
commit | 1341fe0216e4f12d7243e98290cc97824b1c0b5c (patch) | |
tree | 202dd91558731f9164e5f050b7aa9db50fc3c5b6 /make/scripts/tests.sh | |
parent | db775658a7f5d6614ae716b7492af8210f5e5f18 (diff) |
Bug 1120 - Add OSXUtil.GetPixelScale(final RectangleImmutable r, final int[] screenIndexOut) ( Part-1 )
Diffstat (limited to 'make/scripts/tests.sh')
-rw-r--r-- | make/scripts/tests.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/make/scripts/tests.sh b/make/scripts/tests.sh index dc6802bb4..a8b557dc8 100644 --- a/make/scripts/tests.sh +++ b/make/scripts/tests.sh @@ -42,6 +42,10 @@ if [ $MOSX -eq 1 ] ; then MOSX_MT=1 fi +# We use TempJarCache per default now! +#export LD_LIBRARY_PATH=$JOGAMP_LD_LIBRARY_PATH +#export DYLD_LIBRARY_PATH=$JOGAMP_DYLD_LIBRARY_PATH + #export LD_LIBRARY_PATH=$spath/../../EXTERNAL/PVRVFrame/OGLES-2.0/Linux_x86_64:$LD_LIBRARY_PATH #export LD_LIBRARY_PATH=$spath/../../EXTERNAL/PVRVFrame/OGLES-2.0/Linux_x86_32:$LD_LIBRARY_PATH #export LD_LIBRARY_PATH=/usr/local/projects/Xorg.modular/build-x86_64/lib:$LD_LIBRARY_PATH |