diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-21 15:37:58 -0800 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2015-12-22 12:09:14 -0800 |
commit | b60b6c47c0a13b98a0eee29e3b05eb4f9369012a (patch) | |
tree | 0f1a126a1210b20f1b64e349bb7883cb955cfdb8 /ios | |
parent | ab0efe5d00aaa7c468e9f398b1a098f0e89c4112 (diff) | |
download | qtlocation-mapboxgl-b60b6c47c0a13b98a0eee29e3b05eb4f9369012a.tar.gz |
[core] Merge SQLiteCache into the platform library
OfflineFileSource will depend on SQLite too.
Diffstat (limited to 'ios')
-rw-r--r-- | ios/app/mapboxgl-app.gypi | 1 | ||||
-rw-r--r-- | ios/benchmark/benchmark-ios.gypi | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/ios/app/mapboxgl-app.gypi b/ios/app/mapboxgl-app.gypi index 799cb62e78..def04cdc3f 100644 --- a/ios/app/mapboxgl-app.gypi +++ b/ios/app/mapboxgl-app.gypi @@ -22,7 +22,6 @@ 'mbgl.gyp:platform-<(platform_lib)', 'mbgl.gyp:http-<(http_lib)', 'mbgl.gyp:asset-<(asset_lib)', - 'mbgl.gyp:cache-<(cache_lib)', ], 'sources': [ diff --git a/ios/benchmark/benchmark-ios.gypi b/ios/benchmark/benchmark-ios.gypi index ccdcc10f3b..4ed3535cad 100644 --- a/ios/benchmark/benchmark-ios.gypi +++ b/ios/benchmark/benchmark-ios.gypi @@ -20,7 +20,6 @@ 'mbgl.gyp:platform-<(platform_lib)', 'mbgl.gyp:http-<(http_lib)', 'mbgl.gyp:asset-<(asset_lib)', - 'mbgl.gyp:cache-<(cache_lib)', ], 'sources': [ |