From e401ac5c9d3376cb176511f718061aa3c4077e80 Mon Sep 17 00:00:00 2001 From: Tres Finocchiaro Date: Mon, 12 May 2014 22:09:47 -0700 Subject: [PATCH] Revert changes --- data/scripts/create_apple_bundle.sh.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/scripts/create_apple_bundle.sh.in b/data/scripts/create_apple_bundle.sh.in index b799cf12d..b9364693d 100644 --- a/data/scripts/create_apple_bundle.sh.in +++ b/data/scripts/create_apple_bundle.sh.in @@ -86,7 +86,7 @@ mv ${APP}/Contents/lib/lmms/RemoteZynAddSubFx \ # Fix more Zyn Linking issues install_name_tool -change libZynAddSubFxCore.dylib \ - @loader_path/../Frameworks/libZynAddSubFxCore.dylib \ + @loader_path/../../Frameworks/libZynAddSubFxCore.dylib \ ${APP}/Contents/lib/lmms/libzynaddsubfx.so install_name_tool -change ${CMAKE_BUILD}/plugins/zynaddsubfx/libZynAddSubFxCore.dylib \