aboutsummaryrefslogtreecommitdiffhomepage
path: root/scripts
diff options
context:
space:
mode:
authorGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-04-21 09:11:55 -0400
committerGravatar mitchell <70453897+667e-11@users.noreply.github.com>2018-04-21 09:11:55 -0400
commite603021ed60b4de1ad02f543eb87b3e79faea3e6 (patch)
treee3a7fd1f57a9d2ded46d437259e9fa9201092d58 /scripts
parentaddf575a91f39d8485f7d9006ea8a9eb081d4da1 (diff)
Attempt to fix experimental 64-bit Mac build issues.
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/osx/textadept_osx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/osx/textadept_osx b/scripts/osx/textadept_osx
index 13b4b7c9..5575c9a0 100755
--- a/scripts/osx/textadept_osx
+++ b/scripts/osx/textadept_osx
@@ -4,7 +4,7 @@
# Set the GTK environment variables of resources within Textadept.app.
bundle=$(cd "$(dirname "$0")/../../" && pwd)
bundle_res="$bundle/Contents/Resources"
-export DYLD_LIBRARY_PATH="$bundle_res/lib:$DYLD_LIBRARY_PATH"
+export DYLD_LIBRARY_PATH="$bundle_res/lib"
export GTK_DATA_PREFIX="$bundle_res"
export GTK_EXE_PREFIX="$bundle_res"
export GTK_PATH="$bundle_res"