summaryrefslogtreecommitdiff
path: root/llmr.gyp
diff options
context:
space:
mode:
authorDane Springmeyer <dane@dbsgeo.com>2014-02-04 13:33:09 -0800
committerDane Springmeyer <dane@dbsgeo.com>2014-02-04 13:33:09 -0800
commit8a4a11b7edae7380b3c28eeb8c3a2ab7778194f8 (patch)
treec8d453d9f3246ef1bfa569b3ce79ff930dd12290 /llmr.gyp
parentf754db4c7a77d2991d77742409150796f1e97018 (diff)
downloadqtlocation-mapboxgl-8a4a11b7edae7380b3c28eeb8c3a2ab7778194f8.tar.gz
don't link -lpng when creating static llmr.a
Diffstat (limited to 'llmr.gyp')
-rw-r--r--llmr.gyp13
1 files changed, 0 insertions, 13 deletions
diff --git a/llmr.gyp b/llmr.gyp
index 582dad61c9..65112bf2d6 100644
--- a/llmr.gyp
+++ b/llmr.gyp
@@ -29,19 +29,6 @@
'<@(png_cflags)'
]
},
- 'conditions': [
- ['OS == "mac"', {
- 'xcode_settings': {
- 'OTHER_LDFLAGS': [
- '<@(png_libraries)'
- ]
- }
- }, {
- 'libraries': [
- '<@(png_libraries)'
- ]
- }]
- ],
'direct_dependent_settings': {
'include_dirs':[
'./include'