We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f8ef4d commit 50925ceCopy full SHA for 50925ce
utils/webassembly/macos/install-dependencies.sh
@@ -2,7 +2,7 @@
2
3
set -ex
4
5
-brew uninstall python@2 || true
+brew uninstall $(brew list | grep python@2)
6
brew install cmake ninja llvm sccache wasmer
7
8
SOURCE_PATH="$( cd "$(dirname $0)/../../../../" && pwd )"
0 commit comments