From d378ddbf66a2d33ca09087028c18709284e3b78b Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Thu, 1 Dec 2016 09:50:34 -0800 Subject: [PATCH] mason packages are currently built with -D_GLIBCXX_USE_CXX11_ABI=0 --- bootstrap.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.sh b/bootstrap.sh index e926c26bc..4a7bfa49c 100755 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -95,6 +95,7 @@ function make_config() { echo " CXX = '$CXX' CC = '$CC' +CUSTOM_CXXFLAGS = '-D_GLIBCXX_USE_CXX11_ABI=0' RUNTIME_LINK = 'static' INPUT_PLUGINS = 'all' PATH = '${MASON_LINKED_REL}/bin'