From b82a9c7a281c7e7e418daf69acd180b6f9126eb3 Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 22 Dec 2016 22:40:16 +0100 Subject: [PATCH] Define CFLAGS for conforming macosx environment --- gitlab/functions.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitlab/functions.sh b/gitlab/functions.sh index 2ab6172..b6fe2ec 100644 --- a/gitlab/functions.sh +++ b/gitlab/functions.sh @@ -206,6 +206,8 @@ if [ "${ARCH}" == "linux" ]; then else CFLAGS="${CFLAGS} -D_GLIBCXX_USE_CXX11_ABI=0" fi +else + CFLAGS="" fi CXXFLAGS=${CFLAGS} -- GitLab