[vlc-commits] contrib/darwin: apply extra CXX flags to cmake, too
Felix Paul Kühne
git at videolan.org
Fri Jun 26 20:27:00 CEST 2015
vlc | branch: master | Felix Paul Kühne <fkuehne at videolan.org> | Fri Jun 26 20:26:43 2015 +0200| [8fbac3e2bee0f1bf85ddae9be6af78c534736a0d] | committer: Felix Paul Kühne
contrib/darwin: apply extra CXX flags to cmake, too
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=8fbac3e2bee0f1bf85ddae9be6af78c534736a0d
---
contrib/src/main.mak | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/contrib/src/main.mak b/contrib/src/main.mak
index 549ea4c..d6fd992 100644
--- a/contrib/src/main.mak
+++ b/contrib/src/main.mak
@@ -445,7 +445,7 @@ endif
ifdef HAVE_DARWIN_OS
echo "set(CMAKE_SYSTEM_NAME Darwin)" >> $@
echo "set(CMAKE_C_FLAGS $(CFLAGS))" >> $@
- echo "set(CMAKE_CXX_FLAGS $(CFLAGS))" >> $@
+ echo "set(CMAKE_CXX_FLAGS $(CFLAGS) $(EXTRA_CXXFLAGS))" >> $@
echo "set(CMAKE_LD_FLAGS $(LDFLAGS))" >> $@
echo "set(CMAKE_AR ar CACHE FILEPATH "Archiver")" >> $@
ifdef HAVE_IOS
More information about the vlc-commits
mailing list