We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 874d5d0 commit 297bf27Copy full SHA for 297bf27
utils/webassembly/macos/install-dependencies.sh
@@ -2,7 +2,10 @@
2
3
set -ex
4
5
-brew uninstall $(brew list | grep python@2)
+if [ -n "$(brew list | grep python@2)" ]; then
6
+ brew uninstall $(brew list | grep python@2)
7
+fi
8
+
9
brew install cmake ninja llvm sccache
10
11
# Install latest wasmer
0 commit comments