Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Sep 12, 2023
1 parent 186ac83 commit 721843e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bindings/python/build-pyarrow.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ popd
pip install -r arrow/python/requirements-build.txt
DIST=$(pwd)/arrow-dist
mkdir $DIST
mkdir arrow/cpp/build
pushd arrow/cpp/build
export ARROW_HOME=$DIST
export LD_LIBRARY_PATH="$DIST/lib:$LD_LIBRARY_PATH"
export CMAKE_PREFIX_PATH="$ARROW_HOME:$CMAKE_PREFIX_PATH"
Expand Down

0 comments on commit 721843e

Please sign in to comment.