Skip to content

Commit 4c26f80

Browse files
committed
try avoiding auto cleanup
1 parent 5019454 commit 4c26f80

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

build_dependencies/install_macos.sh

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
brew update > /dev/null
1+
# prevent brew from auto cleanup
2+
export HOMEBREW_NO_INSTALL_CLEANUP=1
23

3-
# brew install git
4-
# brew install cmake
5-
# brew install eigen
6-
# brew install libccd
74
brew install fcl
85

96
# mkdir -p deps
@@ -20,4 +17,4 @@ brew install fcl
2017

2118
# cd ..
2219
# cd ..
23-
# cd ..
20+
# cd ..

0 commit comments

Comments
 (0)