summaryrefslogtreecommitdiff
path: root/linux
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2015-01-26 07:17:24 -0800
committerKonstantin Käfer <mail@kkaefer.com>2015-02-04 10:49:08 +0100
commit46553ff00c15414f4087ba9195fed7eba340fc13 (patch)
tree9d81e0d691eac955d45ac9e958d692bdff302c65 /linux
parent12341ce0ee54952173b5a451074bb151b0ae40c9 (diff)
downloadqtlocation-mapboxgl-46553ff00c15414f4087ba9195fed7eba340fc13.tar.gz
rework linux gyp files
Diffstat (limited to 'linux')
-rw-r--r--linux/mapboxgl-app.gyp4
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/mapboxgl-app.gyp b/linux/mapboxgl-app.gyp
index abc3db6ad8..ce066ef5e9 100644
--- a/linux/mapboxgl-app.gyp
+++ b/linux/mapboxgl-app.gyp
@@ -34,16 +34,16 @@
],
},
- 'libraries': [ '<@(libraries)' ],
'conditions': [
['OS == "mac"', {
+ 'libraries': [ '<@(libraries)' ],
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': [ '<@(cflags_cc)' ],
'OTHER_LDFLAGS': [ '<@(ldflags)' ],
}
}, {
'cflags_cc': [ '<@(cflags_cc)' ],
- 'ldflags': [ '<@(ldflags)' ],
+ 'libraries': [ '<@(libraries)', '<@(ldflags)' ],
}]
],