vlc | branch: master | Rafaël Carré <[email protected]> | Thu Nov 24 18:03:15 2011 -0500| [acf5397b37d648b8df13eb3a0d1bee14d8e3ae2c] | committer: Rafaël Carré
contrib: fix bghudappkit for xcodebuild of vlc project > http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=acf5397b37d648b8df13eb3a0d1bee14d8e3ae2c --- contrib/src/bghudappkit/rules.mak | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/contrib/src/bghudappkit/rules.mak b/contrib/src/bghudappkit/rules.mak index 304796d..0f39e04 100644 --- a/contrib/src/bghudappkit/rules.mak +++ b/contrib/src/bghudappkit/rules.mak @@ -21,5 +21,8 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit .bghudappkit: bghudappkit cd $< && xcodebuild -arch $(ARCH) -sdk macosx$(OSX_VERSION) + install_name_tool -change @loader_path/../../../../../../../BGHUDAppKit.framework/Versions/A/BGHUDAppKit \ + @loader_path/../../../../Versions/A/BGHUDAppKit \ + $</build/Release/BGHUDAppKit.framework/Resources/BGHUDAppKitPlugin.ibplugin/Contents/MacOS/BGHUDAppKitPlugin cd $< && cp -R -L build/Release/BGHUDAppKit.framework "$(PREFIX)" touch $@ _______________________________________________ vlc-commits mailing list [email protected] http://mailman.videolan.org/listinfo/vlc-commits
