]> git.sesse.net Git - vlc/blobdiff - contrib/src/growl/rules.mak
contrib: don't use -arch flag of xcodebuild
[vlc] / contrib / src / growl / rules.mak
index 6f3dc9eb1199285002a3093d209048d73d696ac3..292e9a80883f9bfd3ffe03303fe093817902a8ce 100644 (file)
@@ -23,6 +23,6 @@ growl: growl-$(GROWL_VERSION).tar.bz2 .sum-growl
        touch $@
 
 .growl: growl
-       cd $< && xcodebuild -target Growl.framework -configuration Release -arch $(ARCH)
+       cd $< && xcodebuild -target Growl.framework -configuration Release
        cd $< && cp -R -L build/Release/Growl.framework "$(PREFIX)"
        touch $@