MacOS debug

This commit is contained in:
ta264 2019-08-12 07:10:42 +01:00
commit 8dcd2f366d

View file

@ -55,8 +55,9 @@ if [ "$PLATFORM" = "Mac" ]; then
fi fi
export DYLD_FALLBACK_LIBRARY_PATH="$DYLD_FALLBACK_LIBRARY_PATH:$HOME/lib:/usr/local/lib:/lib:/usr/lib" export DYLD_FALLBACK_LIBRARY_PATH="$DYLD_FALLBACK_LIBRARY_PATH:$HOME/lib:/usr/local/lib:/lib:/usr/lib"
echo $DYLD_FALLBACK_LIBRARY_PATH
echo $DYLD_FALLBACK_LIBRARY_PATH export DYLD_PRINT_LIBRARIES=YES
fi fi
if [ "$PLATFORM" = "Windows" ]; then if [ "$PLATFORM" = "Windows" ]; then