summaryrefslogtreecommitdiff
path: root/gyp/common.gypi
diff options
context:
space:
mode:
authorJohn Firebaugh <john.firebaugh@gmail.com>2016-02-03 16:07:20 -0800
committerJohn Firebaugh <john.firebaugh@gmail.com>2016-02-04 11:08:02 -0800
commitd7db9c775abafd852c3b935045443387191bf823 (patch)
tree5e7f35cadc686c9476fd2e4107854396259ce0b9 /gyp/common.gypi
parent7f27c742516c0f8777fb4e2834df937ba10be71f (diff)
downloadqtlocation-mapboxgl-d7db9c775abafd852c3b935045443387191bf823.tar.gz
[all] Make #include <mapbox/variant.hpp> universally accessible
Diffstat (limited to 'gyp/common.gypi')
-rw-r--r--gyp/common.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 6b7f2aea7e..c5eb30b3ab 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -20,6 +20,7 @@
'-Wno-variadic-macros',
'-frtti',
'-fexceptions',
+ '<@(variant_cflags)',
'${CFLAGS}',
],
'GCC_WARN_PEDANTIC': 'YES',
@@ -37,6 +38,7 @@
'-Wno-error=unused-parameter',
'-frtti',
'-fexceptions',
+ '<@(variant_cflags)',
'${CFLAGS}',
],
}],