Commit 5d20fde4 authored by Rafaël Carré's avatar Rafaël Carré

contrib: bghudappkit: use a known to work git revision

ibplugin was removed in current master
parent 04e92917
...@@ -7,7 +7,7 @@ PKGS += bghudappkit ...@@ -7,7 +7,7 @@ PKGS += bghudappkit
endif endif
$(TARBALLS)/bghudappkit-git.tar.xz: $(TARBALLS)/bghudappkit-git.tar.xz:
$(call download_git,$(BGHUDAPPKIT_GITURL)) $(call download_git,$(BGHUDAPPKIT_GITURL),,79a560d)
.sum-bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit: bghudappkit-git.tar.xz
...@@ -20,6 +20,6 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit ...@@ -20,6 +20,6 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
$(MOVE) $(MOVE)
.bghudappkit: bghudappkit .bghudappkit: bghudappkit
cd $< && xcodebuild -arch $(ARCH) cd $< && xcodebuild -arch $(ARCH) -sdk macosx$(OSX_VERSION)
cd $< && cp -R -L build/Release/BGHUDAppKit.framework "$(PREFIX)" cd $< && cp -R -L build/Release/BGHUDAppKit.framework "$(PREFIX)"
touch $@ touch $@
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment