Skip to content

Commit

Permalink
turn off shared snappy
Browse files Browse the repository at this point in the history
  • Loading branch information
jonkeane committed Jun 21, 2024
1 parent b23878a commit 82b64d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions r/inst/build_arrow_static.sh
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ esac
mkdir -p "${BUILD_DIR}"
pushd "${BUILD_DIR}"
${CMAKE} -DARROW_BOOST_USE_SHARED=OFF \
-DARROW_SNAPPY_USE_SHARED=OFF \
-DARROW_BUILD_TESTS=OFF \
-DARROW_BUILD_SHARED=OFF \
-DARROW_BUILD_STATIC=ON \
Expand Down

0 comments on commit 82b64d2

Please sign in to comment.