summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
authorDane Springmeyer <dane@mapbox.com>2014-10-29 16:45:31 -0400
committerDane Springmeyer <dane@mapbox.com>2014-10-29 16:45:31 -0400
commita8b5f56049ab949f88bbc47c23405093a8753f7a (patch)
tree44e446c95714217074d04496d1f2b32fae2e3e6d /macosx
parentcefa3462f85c627ea5c99e8c3caae06d380537c1 (diff)
downloadqtlocation-mapboxgl-a8b5f56049ab949f88bbc47c23405093a8753f7a.tar.gz
fix macosx app linking
Diffstat (limited to 'macosx')
-rw-r--r--macosx/mapboxgl-app.gyp12
1 files changed, 11 insertions, 1 deletions
diff --git a/macosx/mapboxgl-app.gyp b/macosx/mapboxgl-app.gyp
index 95b7e1d318..4e19e86a2d 100644
--- a/macosx/mapboxgl-app.gyp
+++ b/macosx/mapboxgl-app.gyp
@@ -38,9 +38,19 @@
'libraries': [
'<@(glfw3_static_libs)',
],
+ 'libraries': [
+ '-L<(PRODUCT_DIR)/',
+ '-lmbgl',
+ '<@(png_ldflags)',
+ '<@(sqlite3_ldflags)',
+ '<@(glfw3_static_libs)',
+ '<@(glfw3_ldflags)',
+ '<@(curl_ldflags)',
+ '<@(zlib_ldflags)',
+ ],
'dependencies': [
'../mapboxgl.gyp:bundle_styles',
- '../mapboxgl.gyp:mbgl-core',
+ '../mapboxgl.gyp:mbgl-standalone',
'../mapboxgl.gyp:mbgl-osx',
]
}