Commit a8de19cd authored by Rafaël Carré's avatar Rafaël Carré

contrib: sparkle: patch project config to force arch with xcode 3

parent 85a3a705
...@@ -16,6 +16,7 @@ sparkle: sparkle-$(SPARKLE_VERSION).zip .sum-sparkle ...@@ -16,6 +16,7 @@ sparkle: sparkle-$(SPARKLE_VERSION).zip .sum-sparkle
$(RM) -R $@ && mkdir -p $@ && cd $@ && unzip ../$< $(RM) -R $@ && mkdir -p $@ && cd $@ && unzip ../$<
cd $@/Extras/Source\ Code/Configurations && \ cd $@/Extras/Source\ Code/Configurations && \
sed -i.orig -e s/"GCC_TREAT_WARNINGS_AS_ERRORS = YES"/"GCC_TREAT_WARNINGS_AS_ERRORS = NO"/g \ sed -i.orig -e s/"GCC_TREAT_WARNINGS_AS_ERRORS = YES"/"GCC_TREAT_WARNINGS_AS_ERRORS = NO"/g \
-e s/"ARCHS = .*"/"ARCHS = $(ARCH)"/ \
ConfigCommonRelease.xcconfig && \ ConfigCommonRelease.xcconfig && \
sed -i.orig -e s/10\.4/$(OSX_VERSION)/g -e s/10\.5/$(OSX_VERSION)/g ConfigCommon.xcconfig sed -i.orig -e s/10\.4/$(OSX_VERSION)/g -e s/10\.5/$(OSX_VERSION)/g ConfigCommon.xcconfig
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