mirror of
https://github.com/videolan/vlc.git
synced 2025-01-22 15:47:59 +08:00
contrib: fix bghudappkit for xcodebuild of vlc project
This commit is contained in:
parent
5d20fde469
commit
acf5397b37
@ -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 $@
|
||||
|
Loading…
Reference in New Issue
Block a user