Skip to content

Commit

Permalink
Trying to fix Windows LLVM - 3rd intent
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary authored Dec 13, 2019
1 parent 9634940 commit 243e0b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .azure/install-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,14 @@ steps:
- bash: |
set -ex
mkdir Win64_Release
cd Win64_Release
curl -OL https://github.com/wasmerio/llvm-build/releases/download/8.x/Win64_Release.zip
7z x Win64_Release.zip
llvm=`pwd`/Win64_Release
llvm=`pwd`
echo "##vso[task.prependpath]$llvm/bin"
echo "##vso[task.setvariable variable=LLVM_SYS_80_PREFIX;]$llvm"
cd ..
displayName: "Install LLVM (Windows)"
condition: eq(variables['Agent.OS'], 'Windows_NT')
Expand Down

0 comments on commit 243e0b5

Please sign in to comment.