提交 58cef1c5 编写于 作者: S Serg Metelin

Bugfixing for build.sh

上级 3945c75b
...@@ -63,7 +63,7 @@ if [ $ARCH == "ubuntu" ]; then ...@@ -63,7 +63,7 @@ if [ $ARCH == "ubuntu" ]; then
fi fi
if [ $ARCH == "darwin" ]; then if [ $ARCH == "darwin" ]; then
DEPS="git automake libtool boost openssl llvm@4 gmp" DEPS="git automake libtool boost openssl llvm@4 gmp wget"
brew update brew update
brew install --force $DEPS brew install --force $DEPS
brew unlink $DEPS && brew link --force $DEPS brew unlink $DEPS && brew link --force $DEPS
...@@ -82,7 +82,7 @@ if [ $ARCH == "darwin" ]; then ...@@ -82,7 +82,7 @@ if [ $ARCH == "darwin" ]; then
# Install binaryen v1.37.14: # Install binaryen v1.37.14:
cd ${TEMP_DIR} cd ${TEMP_DIR}
git clone https://github.com/WebAssembly/binaryen/archive/1.37.21.tar.gz wget https://github.com/WebAssembly/binaryen/archive/1.37.21.tar.gz
tar zxf 1.37.21.tar.gz tar zxf 1.37.21.tar.gz
cd binaryen-1.37.21 cd binaryen-1.37.21
git checkout tags/1.37.14 git checkout tags/1.37.14
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册