Skip to content

Commit ab72e5b

Browse files
committed
only install llvm if it is not already installed
Signed-off-by: reubenmiller <reuben.d.miller@gmail.com>
1 parent 9f76f23 commit ab72e5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mk/install-build-tools.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ linux*)
227227
fi
228228
;;
229229
darwin*)
230-
brew install llvm
230+
brew list llvm >/dev/null 2>&1 || brew install llvm
231231
;;
232232
esac
233233

0 commit comments

Comments
 (0)