summaryrefslogtreecommitdiff
path: root/gyp
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2015-12-22 16:15:51 -0800
committerMinh Nguyễn <mxn@1ec5.org>2015-12-22 16:15:51 -0800
commit35aeb06fe2b7174e27ffef4e3dacfe84b613b856 (patch)
treeefe229beebf91ac9ebe5fcb58b4fc7eb566e3338 /gyp
parent06f58b288aa7b4da8e4a06b2f5226d9362e688b8 (diff)
downloadqtlocation-mapboxgl-35aeb06fe2b7174e27ffef4e3dacfe84b613b856.tar.gz
[ios] Add SQLite, zlib linker flags
Diffstat (limited to 'gyp')
-rw-r--r--gyp/platform-ios.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/platform-ios.gypi b/gyp/platform-ios.gypi
index a49f0c5e98..fd3b6aa929 100644
--- a/gyp/platform-ios.gypi
+++ b/gyp/platform-ios.gypi
@@ -97,6 +97,8 @@
'<@(zlib_static_libs)',
],
'ldflags': [
+ '<@(sqlite_ldflags)',
+ '<@(zlib_ldflags)',
'-framework CoreLocation',
'-framework GLKit',
'-framework ImageIO',