script: change library loading env
authormunkyu.im <munkyu.im@samsung.com>
Mon, 10 Dec 2012 10:24:05 +0000 (19:24 +0900)
committermunkyu.im <munkyu.im@samsung.com>
Mon, 10 Dec 2012 10:24:05 +0000 (19:24 +0900)
change to DYLD_LIBRARY_PATH to fix loading library sequence

Signed-off-by: Munkyu Im <munkyu.im@samsung.com>
supplement/emulator-manager-mac-app.sh
supplement/emulator-manager-mac.sh

index c340068..e62e458 100755 (executable)
@@ -11,7 +11,7 @@ else
 em_path="."
 fi
 
-export DYLD_FALLBACK_LIBRARY_PATH=$em_path
+export DYLD_LIBRARY_PATH=$em_path:$DYLD_LIBRARY_PATH
 
 if [ -f $current_emulmgr ]
 then
index 58bb0c1..e1db40e 100755 (executable)
@@ -13,7 +13,7 @@ else
 em_path="."
 fi
 
-export DYLD_FALLBACK_LIBRARY_PATH=$em_path
+export DYLD_LIBRARY_PATH=$em_path:$DYLD_LIBRARY_PATH
 
 if [ -f $current_emulmgr ]
 then