diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2014-10-29 11:32:54 -0400 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2014-10-29 11:32:54 -0400 |
commit | 1d82ae14a4d14a9ad42a4dabde63d3cba57ef02b (patch) | |
tree | 627176310bb0c0cccfb08e7794fb7422f2e9e0ec /gyp/mbgl-linux.gypi | |
parent | 3a5b5e68e922582111ce1f67cc9722214e4546ad (diff) | |
download | qtlocation-mapboxgl-1d82ae14a4d14a9ad42a4dabde63d3cba57ef02b.tar.gz |
pass on libraries in link_settings
Diffstat (limited to 'gyp/mbgl-linux.gypi')
-rw-r--r-- | gyp/mbgl-linux.gypi | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/gyp/mbgl-linux.gypi b/gyp/mbgl-linux.gypi index ea0ce3ee99..b15cf0e253 100644 --- a/gyp/mbgl-linux.gypi +++ b/gyp/mbgl-linux.gypi @@ -26,10 +26,12 @@ 'include_dirs': [ '../include', ], - 'libraries': [ - '<@(uv_static_libs)', - '<@(curl_static_libs)', - ], + 'link_settings': { + 'libraries': [ + '<@(uv_static_libs)', + '<@(curl_static_libs)', + ], + }, 'conditions': [ ['OS == "mac"', { 'xcode_settings': { |