From f38f58f758f54aeeb667c3e029b96fb43ada7892 Mon Sep 17 00:00:00 2001 From: John Firebaugh Date: Mon, 23 May 2016 16:38:50 -0700 Subject: [build] Avoid variable name coupling between main.mk and configure.sh --- platform/linux/scripts/configure.sh | 2 ++ platform/qt/scripts/configure.sh | 2 ++ 2 files changed, 4 insertions(+) (limited to 'platform') diff --git a/platform/linux/scripts/configure.sh b/platform/linux/scripts/configure.sh index a578b25d9b..8ae3b2816d 100644 --- a/platform/linux/scripts/configure.sh +++ b/platform/linux/scripts/configure.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +CXX11ABI=$(scripts/check-cxx11abi.sh) + PROTOZERO_VERSION=1.3.0 BOOST_VERSION=1.60.0 BOOST_LIBPROGRAM_OPTIONS_VERSION=1.60.0 diff --git a/platform/qt/scripts/configure.sh b/platform/qt/scripts/configure.sh index 43e91cb7c4..bf8ea049b6 100644 --- a/platform/qt/scripts/configure.sh +++ b/platform/qt/scripts/configure.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +CXX11ABI=$(scripts/check-cxx11abi.sh) + PROTOZERO_VERSION=1.3.0 BOOST_VERSION=1.60.0 GEOMETRY_VERSION=0.5.0 -- cgit v1.2.1