summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-02-17 18:21:58 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-02-17 18:21:58 +0100
commitf7485577e849a35dd300e633efb6452fe75feaed (patch)
tree128603a07dbbafa58f06295d2981f7cee96480d2 /common.gypi
parentfc29d2116bb4838e82773cb98a780d912270c6d1 (diff)
downloadqtlocation-mapboxgl-f7485577e849a35dd300e633efb6452fe75feaed.tar.gz
try to properly pass the c++ flags only for c++ files
Diffstat (limited to 'common.gypi')
-rw-r--r--common.gypi2
1 files changed, 1 insertions, 1 deletions
diff --git a/common.gypi b/common.gypi
index 304799578d..93f408e573 100644
--- a/common.gypi
+++ b/common.gypi
@@ -6,7 +6,7 @@
'CLANG_CXX_LANGUAGE_STANDARD':'c++11',
'GCC_VERSION': 'com.apple.compilers.llvm.clang.1_0',
},
- 'cxxflags':['-std=c++11'],
+ 'cflags_cc': ['-std=c++11'],
'configurations': {
'Debug': {
'cflags': [ '-g', '-O0', '-I<(boost_root)/include' ],