summaryrefslogtreecommitdiff
path: root/linux/mapboxgl-app.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'linux/mapboxgl-app.gyp')
-rw-r--r--linux/mapboxgl-app.gyp6
1 files changed, 3 insertions, 3 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp
index e7db26f2b7..abc3db6ad8 100644
--- a/linux/mapboxgl-app.gyp
+++ b/linux/mapboxgl-app.gyp
@@ -23,7 +23,7 @@
],
'variables' : {
- 'cxxflags': [
+ 'cflags_cc': [
'<@(glfw3_cflags)',
],
'ldflags': [
@@ -38,11 +38,11 @@
'conditions': [
['OS == "mac"', {
'xcode_settings': {
- 'OTHER_CPLUSPLUSFLAGS': [ '<@(cxxflags)' ],
+ 'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'OTHER_LDFLAGS': [ '<@(ldflags)' ],
}
}, {
- 'cxxflags': [ '<@(cxxflags)' ],
+ 'cflags_cc': [ '<@(cflags_cc)' ],
'ldflags': [ '<@(ldflags)' ],
}]
],