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
endif
$(TARBALLS)/bghudappkit-git.tar.xz:
$(call download_git,$(BGHUDAPPKIT_GITURL))
$(call download_git,$(BGHUDAPPKIT_GITURL),,79a560d)
.sum-bghudappkit: bghudappkit-git.tar.xz
......@@ -20,6 +20,6 @@ bghudappkit: bghudappkit-git.tar.xz .sum-bghudappkit
$(MOVE)
.bghudappkit: bghudappkit
cd $< && xcodebuild -arch $(ARCH)
cd $< && xcodebuild -arch $(ARCH) -sdk macosx$(OSX_VERSION)
cd $< && cp -R -L build/Release/BGHUDAppKit.framework "$(PREFIX)"
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