Skip to content

Commit aa18730

Browse files
committed
fixing brewpy on mac os
1 parent 920d16f commit aa18730

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

util/build-third-party/build-root_new.sh

+4
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,10 @@ build_root(){
4242
BDM_OS=$(DetectOs2)
4343
PYTH=""
4444
FEATURES=""
45+
brewpy=no
46+
if [ $BDM_OS == "osx" ]; then
47+
brewpy=yes
48+
fi
4549
if [ $BDM_OS == "osx" ]; then
4650

4751
if [ $brewpy == "yes" ]; then

0 commit comments

Comments
 (0)