diff options
author | Dane Springmeyer <dane@dbsgeo.com> | 2014-02-04 13:33:09 -0800 |
---|---|---|
committer | Dane Springmeyer <dane@dbsgeo.com> | 2014-02-04 13:33:09 -0800 |
commit | 8a4a11b7edae7380b3c28eeb8c3a2ab7778194f8 (patch) | |
tree | c8d453d9f3246ef1bfa569b3ce79ff930dd12290 /llmr.gyp | |
parent | f754db4c7a77d2991d77742409150796f1e97018 (diff) | |
download | qtlocation-mapboxgl-8a4a11b7edae7380b3c28eeb8c3a2ab7778194f8.tar.gz |
don't link -lpng when creating static llmr.a
Diffstat (limited to 'llmr.gyp')
-rw-r--r-- | llmr.gyp | 13 |
1 files changed, 0 insertions, 13 deletions
@@ -29,19 +29,6 @@ '<@(png_cflags)' ] }, - 'conditions': [ - ['OS == "mac"', { - 'xcode_settings': { - 'OTHER_LDFLAGS': [ - '<@(png_libraries)' - ] - } - }, { - 'libraries': [ - '<@(png_libraries)' - ] - }] - ], 'direct_dependent_settings': { 'include_dirs':[ './include' |