summaryrefslogtreecommitdiff
path: root/platform/linux
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <thiago@mapbox.com>2016-05-10 14:41:04 +0300
committerThiago Marcos P. Santos <thiago@mapbox.com>2016-05-10 14:41:04 +0300
commit6a9a8e200863787b18b9f8aa921e1189616ac918 (patch)
tree56dc3effc00a4b10ae35985424184cf43a768195 /platform/linux
parent371d50b3fd902c276ed6f3e49e89284aced3f392 (diff)
downloadqtlocation-mapboxgl-6a9a8e200863787b18b9f8aa921e1189616ac918.tar.gz
[build] Fix broken build on OSX
Diffstat (limited to 'platform/linux')
-rw-r--r--platform/linux/scripts/configure.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/platform/linux/scripts/configure.sh b/platform/linux/scripts/configure.sh
index b2e79d9cc6..e14556385d 100644
--- a/platform/linux/scripts/configure.sh
+++ b/platform/linux/scripts/configure.sh
@@ -12,10 +12,10 @@ LIBUV_VERSION=1.7.5
ZLIB_VERSION=system
NUNICODE_VERSION=1.6
GEOMETRY_VERSION=0.3.0
-GEOJSONVT_VERSION=4.1.2${CXX11ABI}
+GEOJSONVT_VERSION=4.1.2${CXX11ABI:-}
VARIANT_VERSION=1.1.0
RAPIDJSON_VERSION=1.0.2
-GTEST_VERSION=1.7.0${CXX11ABI}
+GTEST_VERSION=1.7.0${CXX11ABI:-}
PIXELMATCH_VERSION=0.9.0
WEBP_VERSION=0.5.0