From 35aeb06fe2b7174e27ffef4e3dacfe84b613b856 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Minh=20Nguye=CC=82=CC=83n?= Date: Tue, 22 Dec 2015 16:15:51 -0800 Subject: [ios] Add SQLite, zlib linker flags --- gyp/platform-ios.gypi | 2 ++ 1 file changed, 2 insertions(+) (limited to 'gyp') 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', -- cgit v1.2.1