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:
parent
28d3cdcd7a
commit
0559c90689
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user