This is an automated email from the ASF dual-hosted git repository.

marong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new bef4cb2c2f [MIRROR] Fix build faile don Macos with INSTALL_PREFIX not 
set (#8654)
bef4cb2c2f is described below

commit bef4cb2c2ffd2f23686d0327fea83e1f1761fce8
Author: jackylee <[email protected]>
AuthorDate: Tue Feb 4 01:39:52 2025 +0800

    [MIRROR] Fix build faile don Macos with INSTALL_PREFIX not set (#8654)
---
 dev/builddeps-veloxbe.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/dev/builddeps-veloxbe.sh b/dev/builddeps-veloxbe.sh
index ae392d4276..2f000a22d2 100755
--- a/dev/builddeps-veloxbe.sh
+++ b/dev/builddeps-veloxbe.sh
@@ -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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to