Fixed LLVM install in Windows

This commit is contained in:
Syrus 2019-08-10 16:17:58 -07:00
parent 141fad86b3
commit bdf8a40687

View File

@ -34,7 +34,7 @@ steps:
if [ -x "`command -v llvm-config`" ]; then
echo `command -v cmake` `llvm-config --version` installed
else
curl -O https://github.com/wasmerio/windows-llvm-build/releases/download/v8.0.0/llvm-8.0.0-install.zip
curl -OL https://github.com/wasmerio/windows-llvm-build/releases/download/v8.0.0/llvm-8.0.0-install.zip
7z x llvm-8.0.0-install.zip
export LLVM_PATH="`pwd`/llvm-8.0.0-install/"
echo "##vso[task.prependpath]$LLVM_PATH/bin"