Skip to content

Commit

Permalink
ensure we use a consistent c++ abi
Browse files Browse the repository at this point in the history
  • Loading branch information
Dane Springmeyer committed Feb 16, 2017
1 parent d2a7271 commit 30ee351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build_against_sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if [[ ! `which node` ]]; then
fi

export LDFLAGS=${LDFLAGS:-""}
export CXXFLAGS=${CXXFLAGS:-""}
export CXXFLAGS="${CXXFLAGS:-""} -D_GLIBCXX_USE_CXX11_ABI=0"

if [[ $UNAME == 'Linux' ]]; then
export LDFLAGS='-Wl,-z,origin -Wl,-rpath=\$$ORIGIN '${LDFLAGS}
Expand Down

0 comments on commit 30ee351

Please sign in to comment.