Skip to content

Commit

Permalink
[MIRROR] Fix build faile don Macos with INSTALL_PREFIX not set (#8654)
Browse files Browse the repository at this point in the history
  • Loading branch information
jackylee-ch authored Feb 3, 2025
1 parent f898bc2 commit bef4cb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dev/builddeps-veloxbe.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ VELOX_HOME=""
VELOX_PARAMETER=""
BUILD_ARROW=ON
SPARK_VERSION=ALL
INSTALL_PREFIX=${INSTALL_PREFIX:-}

# set default number of threads as cpu cores minus 2
if [[ "$(uname)" == "Darwin" ]]; then
Expand Down

0 comments on commit bef4cb2

Please sign in to comment.