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 /gyp/install.gypi | |
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 'gyp/install.gypi')
-rw-r--r-- | gyp/install.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/install.gypi b/gyp/install.gypi index 01857aa562..069686fe8b 100644 --- a/gyp/install.gypi +++ b/gyp/install.gypi @@ -8,7 +8,6 @@ 'platform-<(platform_lib)', 'http-<(http_lib)', 'asset-<(asset_lib)', - 'cache-<(cache_lib)', 'headless-<(headless_lib)', 'standalone', ], |