We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa18730 commit 3a13f31Copy full SHA for 3a13f31
util/build-third-party/build-paraview_new.sh
@@ -39,10 +39,10 @@ build_paraview(){
39
FEATURES=""
40
PYTH=""
41
BDM_OS=$(DetectOs2)
42
-
+brewpy=no
43
44
if [ $BDM_OS == "osx" ]; then
45
+ brewpy=yes
46
if [ $brewpy == "yes" ]; then
47
PYTH="$(brew --prefix)/bin/python${PYV2}"
48
else
util/build-third-party/build-root_new.sh
@@ -43,11 +43,9 @@ BDM_OS=$(DetectOs2)
brewpy=no
+
brewpy=yes
-fi
49
-if [ $BDM_OS == "osx" ]; then
50
51
52
53
0 commit comments