Skip to content

Commit

Permalink
Fix old ABI flag setting [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
nealrichardson committed Sep 17, 2019
1 parent d07272c commit 8e765c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion r/configure
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ CPPFLAGS=$("${R_HOME}"/bin/R CMD config CPPFLAGS)

# If libarrow uses the old GLIBCXX ABI, so we have to use it too
if [ "$ARROW_USE_OLD_CXXABI" ]; then
$PKG_CFLAGS="$PKG_CFLAGS -D_GLIBCXX_USE_CXX11_ABI=0"
PKG_CFLAGS="$PKG_CFLAGS -D_GLIBCXX_USE_CXX11_ABI=0"
fi

# Test configuration
Expand Down

0 comments on commit 8e765c5

Please sign in to comment.