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

contrib: sparkle: short-circuit -Werror

parent bbbc51c7
......@@ -23,7 +23,7 @@ sparkle: sparkle-git.tar.xz .sum-sparkle
$(MOVE)
.sparkle: sparkle
cd $< && xcodebuild $(XCODE_FLAGS)
cd $< && xcodebuild $(XCODE_FLAGS) WARNING_CFLAGS=-Wno-error
cd $< && install_name_tool -id @executable_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle build/Release/Sparkle.framework/Sparkle
install -d $(PREFIX)
cd $< && cp -R build/Release/Sparkle.framework "$(PREFIX)"
......
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