diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2015-01-26 18:24:36 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2015-02-04 10:49:08 +0100 |
commit | 3d51e116a84ee168975bcee8377e9156f77e2731 (patch) | |
tree | 5a9799423e496c8c77f3e2edd6ae334dbf823da4 /mbgl.gyp | |
parent | 46553ff00c15414f4087ba9195fed7eba340fc13 (diff) | |
download | qtlocation-mapboxgl-3d51e116a84ee168975bcee8377e9156f77e2731.tar.gz |
use fake linker for merging the standalone static library
Diffstat (limited to 'mbgl.gyp')
-rw-r--r-- | mbgl.gyp | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -7,26 +7,26 @@ './gyp/certificates.gypi', './gyp/mbgl-core.gypi', './gyp/mbgl-headless.gypi', - './gyp/mbgl-storage-curl.gypi', - './gyp/install.gypi', + './gyp/mbgl-standalone.gypi', ], 'conditions': [ ['platform == "osx"', { 'includes': [ './gyp/mbgl-osx.gypi', - './gyp/mbgl-storage-cocoa.gypi' + './gyp/mbgl-storage-cocoa.gypi', ], }], ['platform == "ios"', { 'includes': [ './gyp/mbgl-ios.gypi', - './gyp/mbgl-storage-cocoa.gypi' + './gyp/mbgl-storage-cocoa.gypi', ], }], ['platform == "linux"', { 'includes': [ - './gyp/mbgl-linux.gypi' + './gyp/mbgl-linux.gypi', + './gyp/mbgl-storage-curl.gypi', ], }], ['platform == "android"', { |