From 0559c9068948127e792792b941a31e45c3e567e4 Mon Sep 17 00:00:00 2001 From: James Cotton Date: Sat, 13 Oct 2012 10:45:28 -0500 Subject: [PATCH] OSX packaging: Finally link SDL in properly. --- package/osx/libraries | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/osx/libraries b/package/osx/libraries index 21ab5b8fa..f12e566f8 100755 --- a/package/osx/libraries +++ b/package/osx/libraries @@ -76,7 +76,7 @@ install_name_tool -id \ "${APP}/Contents/Frameworks/SDL.framework/SDL" install_name_tool -change \ @rpath/SDL.framework/Versions/A/SDL \ - "${APP}/Contents/Frameworks/SDL.framework/SDL" \ + "@executable_path/../Frameworks/SDL.framework/SDL" \ "${APP}/Contents/Plugins/libsdlgamepad.1.dylib" # deleting unnecessary files