]> git.sesse.net Git - vlc/commitdiff
Revert "contrib: fix bghudappkit for xcodebuild of vlc project"
authorRafaël Carré <funman@videolan.org>
Sat, 22 Jun 2013 11:24:24 +0000 (13:24 +0200)
committerRafaël Carré <funman@videolan.org>
Sat, 22 Jun 2013 11:24:38 +0000 (13:24 +0200)
This reverts commit acf5397b37d648b8df13eb3a0d1bee14d8e3ae2c.

Conflicts:
contrib/src/bghudappkit/rules.mak

contrib/src/bghudappkit/rules.mak

index 6212bf7a49c2c34b2121fbd83339983fb807f864..4ab4e51d06643df5a997d35bb187222d6f22d9c2 100644 (file)
@@ -22,8 +22,5 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
 
 .bghudappkit: bghudappkit
        cd $< && xcodebuild $(XCODE_FLAGS)
-       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 build/Release/BGHUDAppKit.framework "$(PREFIX)"
        touch $@