From 8dcd2f366dee913c773c5353221eec23bfe9e6da Mon Sep 17 00:00:00 2001 From: ta264 Date: Mon, 12 Aug 2019 07:10:42 +0100 Subject: [PATCH] MacOS debug --- test.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test.sh b/test.sh index 81e9a2922..75dddd710 100755 --- a/test.sh +++ b/test.sh @@ -55,8 +55,9 @@ if [ "$PLATFORM" = "Mac" ]; then fi 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 if [ "$PLATFORM" = "Windows" ]; then