Skip to content

Commit

Permalink
REL Fix ABI flag for lbcudf_cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-wendt committed Jan 30, 2019
1 parent 70b9a22 commit 4f17859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conda/recipes/libcudf_cffi/build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
CMAKE_COMMON_VARIABLES=" -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=Release -DCMAKE_CMAKE_CXX11_ABI=$BUILD_ABI"
CMAKE_COMMON_VARIABLES=" -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX11_ABI=$BUILD_ABI"


# if [ -n "$MACOSX_DEPLOYMENT_TARGET" ]; then
Expand Down

0 comments on commit 4f17859

Please sign in to comment.