提交 36d14842 编写于 作者: D Daniel Larimer 提交者: GitHub

Merge pull request #545 from pavybez/gettext

added gettext as a dependency for darwin
......@@ -60,7 +60,7 @@ if [ $ARCH == "ubuntu" ]; then
fi
if [ $ARCH == "darwin" ]; then
DEPS="git automake libtool boost openssl llvm@4 gmp wget cmake"
DEPS="git automake libtool boost openssl llvm@4 gmp wget cmake gettext"
brew update
brew install --force $DEPS
brew unlink $DEPS && brew link --force $DEPS
......@@ -103,4 +103,4 @@ if [ $ARCH == "darwin" ]; then
sudo rm -rf ${TEMP_DIR}/wasm-compiler
WASM_LLVM_CONFIG=/usr/local/wasm/bin/llvm-config
fi
\ No newline at end of file
fi
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册