diff options
author | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-07-09 00:54:01 +0300 |
---|---|---|
committer | Thiago Marcos P. Santos <thiago@mapbox.com> | 2016-07-11 17:01:31 +0300 |
commit | ff420efb58098744f28ff215e4eac18032f994c3 (patch) | |
tree | e04770e1b060dd964ad3cbb6307f1883ae661060 /platform/linux/scripts | |
parent | caba8c11b92e628e3fbc0f8843d265c4e10043bf (diff) | |
download | qtlocation-mapboxgl-ff420efb58098744f28ff215e4eac18032f994c3.tar.gz |
[build] geojson@0.1.4-cxx11abi
Diffstat (limited to 'platform/linux/scripts')
-rw-r--r-- | platform/linux/scripts/configure.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/linux/scripts/configure.sh b/platform/linux/scripts/configure.sh index 327fc943b7..c4f6dc606d 100644 --- a/platform/linux/scripts/configure.sh +++ b/platform/linux/scripts/configure.sh @@ -15,7 +15,7 @@ LIBUV_VERSION=1.7.5 ZLIB_VERSION=system NUNICODE_VERSION=1.6 GEOMETRY_VERSION=0.8.0 -GEOJSON_VERSION=0.1.4 +GEOJSON_VERSION=0.1.4${CXX11ABI:-} GEOJSONVT_VERSION=6.1.0 VARIANT_VERSION=1.1.0 RAPIDJSON_VERSION=1.0.2 |