diff options
author | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-11-07 18:31:40 +0200 |
---|---|---|
committer | Mikhail Pozdnyakov <mikhail.pozdnyakov@mapbox.com> | 2019-11-08 11:27:30 +0200 |
commit | 55e18a6f81f3b8ee61c3eb70b0d1cbe9a861e44f (patch) | |
tree | b3dc2862462189e266ddedbb01c2ad8101b07fa9 /misc | |
parent | 2e8a350d68be75d9505fab9dc897c4abbcae05aa (diff) | |
download | qtlocation-mapboxgl-55e18a6f81f3b8ee61c3eb70b0d1cbe9a861e44f.tar.gz |
[core] Use expected.hpp from mapbox-base
Diffstat (limited to 'misc')
-rw-r--r-- | misc/buck/mapbox-gl-native/BUCK | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/misc/buck/mapbox-gl-native/BUCK b/misc/buck/mapbox-gl-native/BUCK index 0712385773..40eda20a28 100644 --- a/misc/buck/mapbox-gl-native/BUCK +++ b/misc/buck/mapbox-gl-native/BUCK @@ -41,7 +41,6 @@ mbgl_vendor_library("icu") mbgl_vendor_library("boost") mbgl_vendor_library("cheap-ruler-cpp") mbgl_vendor_library("earcut.hpp") -mbgl_vendor_library("expected") mbgl_vendor_library("eternal") mbgl_vendor_library("geojson-vt-cpp") mbgl_vendor_library("mapbox-base") |