From e603021ed60b4de1ad02f543eb87b3e79faea3e6 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Sat, 21 Apr 2018 09:11:55 -0400 Subject: Attempt to fix experimental 64-bit Mac build issues. --- scripts/osx/textadept_osx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/osx') 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" -- cgit v1.2.3