diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2015-11-24 16:31:03 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2015-12-01 11:49:02 +0200 |
commit | ab6477d9065f76c1b560ce2ad4a3da6214e041f6 (patch) | |
tree | 07f9a5a35175d91f6639eedadf1d01b10e8e4126 /gyp/asset-zip.gypi | |
parent | c117b7e3f45650f2e370d3268ece6072ee258787 (diff) | |
download | qtlocation-mapboxgl-ab6477d9065f76c1b560ce2ad4a3da6214e041f6.tar.gz |
[core] Removed libuv dependency from AssetZipContext
Diffstat (limited to 'gyp/asset-zip.gypi')
-rw-r--r-- | gyp/asset-zip.gypi | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gyp/asset-zip.gypi b/gyp/asset-zip.gypi index e8854734e1..40459e516a 100644 --- a/gyp/asset-zip.gypi +++ b/gyp/asset-zip.gypi @@ -8,7 +8,6 @@ 'sources': [ '../platform/default/asset_request_zip.cpp', - '../platform/default/uv_zip.c', ], 'include_dirs': [ |