1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-11-29 07:24:13 +01:00

OSX packaging: Finally link SDL in properly.

This commit is contained in:
James Cotton 2012-10-13 10:45:28 -05:00 committed by PT_Dreamer
parent 28d3cdcd7a
commit 0559c90689

View File

@ -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