diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2019-06-11 10:11:47 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2019-06-12 12:04:07 +0200 |
commit | 844299f1c3b22eed4bf07c37052b3c2ea35e2564 (patch) | |
tree | c752b704492df12395c6db6447183e9621485a8e /misc | |
parent | edd04d31eb591180b76969be971039b0cde00c88 (diff) | |
download | qtlocation-mapboxgl-844299f1c3b22eed4bf07c37052b3c2ea35e2564.tar.gz |
[build] remove roundtrip through <experimental/optional> when using optional
Diffstat (limited to 'misc')
-rw-r--r-- | misc/buck/mapbox-gl-native/BUCK | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/misc/buck/mapbox-gl-native/BUCK b/misc/buck/mapbox-gl-native/BUCK index 34fb97e247..df6a9d563a 100644 --- a/misc/buck/mapbox-gl-native/BUCK +++ b/misc/buck/mapbox-gl-native/BUCK @@ -49,6 +49,7 @@ mbgl_vendor_library("geometry.hpp") mbgl_vendor_library("jni.hpp") mbgl_vendor_library("kdbush.hpp") mbgl_vendor_library("sqlite") +mbgl_vendor_library("optional") mbgl_vendor_library("pixelmatch-cpp") mbgl_vendor_library("polylabel") mbgl_vendor_library("protozero") |