Skip to content
Snippets Groups Projects
Commit b82a9c7a authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

Define CFLAGS for conforming macosx environment

parent da651e05
No related branches found
No related tags found
No related merge requests found
...@@ -206,6 +206,8 @@ if [ "${ARCH}" == "linux" ]; then ...@@ -206,6 +206,8 @@ if [ "${ARCH}" == "linux" ]; then
else else
CFLAGS="${CFLAGS} -D_GLIBCXX_USE_CXX11_ABI=0" CFLAGS="${CFLAGS} -D_GLIBCXX_USE_CXX11_ABI=0"
fi fi
else
CFLAGS=""
fi fi
CXXFLAGS=${CFLAGS} CXXFLAGS=${CFLAGS}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment