summaryrefslogtreecommitdiff
path: root/common.gypi
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2014-02-17 12:51:57 +0100
committerKonstantin Käfer <mail@kkaefer.com>2014-02-17 12:51:57 +0100
commitf83837d48a3ac3267718099cfb36bbbc11d34089 (patch)
tree62767e2750eaea44340b0e0208abb8ae1a9f84db /common.gypi
parentb087c35c98ba31cd0e27d15a6c61d18664bc981a (diff)
downloadqtlocation-mapboxgl-f83837d48a3ac3267718099cfb36bbbc11d34089.tar.gz
switch to cppflags, because c files can't take -std=c++11
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 a9e700c7b2..8cf3887fad 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',
},
- 'cflags':['-std=c++11'],
+ 'cppflags':['-std=c++11'],
'configurations': {
'Debug': {
'cflags': [ '-g', '-O0', '-I<(boost_root)/include' ],