Skip to content

Commit

Permalink
Trying to fix LLVM_PATH_WIN
Browse files Browse the repository at this point in the history
  • Loading branch information
syrusakbary committed Aug 25, 2019
1 parent 2a1c78c commit d12c347
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/install-llvm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ steps:
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
LLVM_PATH=`pwd`/llvm-8.0.0-install
LLVM_PATH_WIN=`echo %cd%`\\llvm-8.0.0-install
LLVM_PATH_WIN=`cd`\\llvm-8.0.0-install
echo "##vso[task.prependpath]$LLVM_PATH/bin"
echo "##vso[task.setvariable variable=LLVM_SYS_80_PREFIX;]$LLVM_PATH_WIN"
# chocolatey install cmake --installargs 'ADD_CMAKE_TO_PATH=System'
Expand Down

0 comments on commit d12c347

Please sign in to comment.