contrib: fix bghudappkit for xcodebuild of vlc project

This commit is contained in:
Rafaël Carré 2011-11-24 18:03:15 -05:00
parent 5d20fde469
commit acf5397b37

View File

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