Commit 45f98242 authored by Rafaël Carré's avatar Rafaël Carré

contrib: growl: fix build

parent 58092108
......@@ -23,6 +23,6 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
touch $@
.growl: growl
cd $< && xcodebuild -sdk /Developer/SDKs/MacOSX$(OSX_VERSION).sdk -arch $(ARCH)
cd $< && xcodebuild -target Growl.framework -configuration Release -arch $(ARCH)
cd $< && cp -R -L build/Release/Growl.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