mirror of
https://github.com/fluencelabs/wasmer
synced 2024-12-05 02:20:19 +00:00
Fixed LLVM install in Windows
This commit is contained in:
parent
141fad86b3
commit
bdf8a40687
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user