diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-26 07:17:24 -0800 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:08 +0100 |
commit | 46553ff00c15414f4087ba9195fed7eba340fc13 (patch) | |
tree | 9d81e0d691eac955d45ac9e958d692bdff302c65 /linux | |
parent | 12341ce0ee54952173b5a451074bb151b0ae40c9 (diff) | |
download | qtlocation-mapboxgl-46553ff00c15414f4087ba9195fed7eba340fc13.tar.gz |
rework linux gyp files
Diffstat (limited to 'linux')
-rw-r--r-- | linux/mapboxgl-app.gyp | 4 |
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)' ], }] ], |