Skip to content

Commit 90ec07b

Browse files
committed
mac os fixes again same as previous
1 parent 3a13f31 commit 90ec07b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,9 @@ build_NEST(){
4242
BDM_OS=$(DetectOs2)
4343
PYTH=""
4444
FEATURES=""
45+
brewpy=no
4546
if [ $BDM_OS == "osx" ]; then
46-
47+
brewpy=yes
4748
if [ $brewpy == "yes" ]; then
4849
PYTH="$(brew --prefix)/bin/python${PYV2}"
4950
else

0 commit comments

Comments
 (0)