vlc/vlc-3.0 | branch: master | David Fuhrmann <[email protected]> | Fri Mar 2 19:59:58 2018 +0100| [a1b023fa4db8f44f6ddc20eb7612572eec960c6d] | committer: David Fuhrmann
contribs: Sparkle: remove -Wno-error flag We want to have the opposite thing - actually seeing errors for some warnings. (cherry picked from commit 37e8b195b29956574f53bc77abe704780cabd6f6) Signed-off-by: David Fuhrmann <[email protected]> > http://git.videolan.org/gitweb.cgi/vlc/vlc-3.0.git/?a=commit;h=a1b023fa4db8f44f6ddc20eb7612572eec960c6d --- contrib/src/sparkle/rules.mak | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/src/sparkle/rules.mak b/contrib/src/sparkle/rules.mak index 32591bfb45..da34dc8af4 100644 --- a/contrib/src/sparkle/rules.mak +++ b/contrib/src/sparkle/rules.mak @@ -18,7 +18,7 @@ sparkle: Sparkle-$(SPARKLE_VERSION).zip .sum-sparkle .sparkle: sparkle # Build Sparkle and change the @rpath - cd $< && xcodebuild $(XCODE_FLAGS) WARNING_CFLAGS=-Wno-error + cd $< && xcodebuild $(XCODE_FLAGS) cd $< && install_name_tool -id @executable_path/../Frameworks/Sparkle.framework/Versions/A/Sparkle build/Release/Sparkle.framework/Sparkle # Install cd $< && mkdir -p "$(PREFIX)/Frameworks" && \ _______________________________________________ vlc-commits mailing list [email protected] https://mailman.videolan.org/listinfo/vlc-commits
