rui-mo commented on code in PR #10158:
URL: 
https://github.com/apache/incubator-gluten/pull/10158#discussion_r2210676814


##########
dev/builddeps-veloxbe.sh:
##########
@@ -48,7 +48,11 @@ VELOX_HOME=""
 VELOX_PARAMETER=""
 BUILD_ARROW=ON
 SPARK_VERSION=ALL
-INSTALL_PREFIX=${INSTALL_PREFIX:-"/usr/local"}
+if [[ "$(uname)" == "Darwin" ]]; then
+    INSTALL_PREFIX=${INSTALL_PREFIX:-}
+else
+    INSTALL_PREFIX=${INSTALL_PREFIX:-"/usr/local"}

Review Comment:
   The INSTALL_PREFIX could be set manually in `.zshrc` for mac compilation. I 
wonder if we need this change to differentiate.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


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

Reply via email to