[gtk-mac-bundler] Remove the DYLD_LIBRARY_PATH from the example launcher scripts.



commit 9938068b73f2e6d304137b94ece713890b96eaa2
Author: John Ralls <jralls ceridwen us>
Date:   Sun Oct 1 18:21:36 2017 -0700

    Remove the DYLD_LIBRARY_PATH from the example launcher scripts.
    
    Addresses bug 788408: Apparently causes trouble for dyld finding
    dependencies of dlopened files, and anyway dubious in this day of SIP
    causing it to be disregarded.

 examples/gtk3-launcher.sh |    1 -
 examples/launcher.sh      |    1 -
 2 files changed, 0 insertions(+), 2 deletions(-)
---
diff --git a/examples/gtk3-launcher.sh b/examples/gtk3-launcher.sh
index 89a1ca3..4e45767 100755
--- a/examples/gtk3-launcher.sh
+++ b/examples/gtk3-launcher.sh
@@ -22,7 +22,6 @@ bundle_bin="$bundle_res"/bin
 bundle_data="$bundle_res"/share
 bundle_etc="$bundle_res"/etc
 
-export DYLD_LIBRARY_PATH="$bundle_lib"
 export XDG_CONFIG_DIRS="$bundle_etc"/xdg
 export XDG_DATA_DIRS="$bundle_data"
 export GTK_DATA_PREFIX="$bundle_res"
diff --git a/examples/launcher.sh b/examples/launcher.sh
index 9212a21..8d86546 100755
--- a/examples/launcher.sh
+++ b/examples/launcher.sh
@@ -22,7 +22,6 @@ bundle_bin="$bundle_res"/bin
 bundle_data="$bundle_res"/share
 bundle_etc="$bundle_res"/etc
 
-export DYLD_LIBRARY_PATH="$bundle_lib"
 export XDG_CONFIG_DIRS="$bundle_etc"/xdg
 export XDG_DATA_DIRS="$bundle_data"
 export GTK_DATA_PREFIX="$bundle_res"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]