diff --git a/osx/deluge b/osx/deluge index bf8ba1ba5..023977f7d 100644 --- a/osx/deluge +++ b/osx/deluge @@ -18,7 +18,7 @@ bundle_lib="$bundle_res"/lib bundle_data="$bundle_res"/share bundle_etc="$bundle_res"/etc -export DYLD_LIBRARY_PATH="$bundle_lib" +export DYLD_FALLBACK_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/osx/deluge-console b/osx/deluge-console index 331b72fbe..e1e20e834 100755 --- a/osx/deluge-console +++ b/osx/deluge-console @@ -18,7 +18,7 @@ bundle_lib="$bundle_res"/lib bundle_data="$bundle_res"/share bundle_etc="$bundle_res"/etc -export DYLD_LIBRARY_PATH="$bundle_lib" +export DYLD_FALLBACK_LIBRARY_PATH="$bundle_lib" export XDG_CONFIG_DIRS="$bundle_etc"/xdg export XDG_DATA_DIRS="$bundle_data" diff --git a/osx/deluge-web b/osx/deluge-web index 295950ab0..e66f550c0 100755 --- a/osx/deluge-web +++ b/osx/deluge-web @@ -18,7 +18,7 @@ bundle_lib="$bundle_res"/lib bundle_data="$bundle_res"/share bundle_etc="$bundle_res"/etc -export DYLD_LIBRARY_PATH="$bundle_lib" +export DYLD_FALLBACK_LIBRARY_PATH="$bundle_lib" export XDG_CONFIG_DIRS="$bundle_etc"/xdg export XDG_DATA_DIRS="$bundle_data" diff --git a/osx/deluged b/osx/deluged index cc22596ad..28cebc082 100755 --- a/osx/deluged +++ b/osx/deluged @@ -18,7 +18,7 @@ bundle_lib="$bundle_res"/lib bundle_data="$bundle_res"/share bundle_etc="$bundle_res"/etc -export DYLD_LIBRARY_PATH="$bundle_lib" +export DYLD_FALLBACK_LIBRARY_PATH="$bundle_lib" export XDG_CONFIG_DIRS="$bundle_etc"/xdg export XDG_DATA_DIRS="$bundle_data"