Skip to content

Commit 763176b

Browse files
committed
Updated the AppVeyor LLVM package URL and fix the extracting code.
1 parent f0ec54a commit 763176b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

appveyor.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ environment:
3636
BUILD_PATH: '%APPVEYOR_BUILD_FOLDER%\build\%VS_VERSION%'
3737

3838
install:
39-
- appveyor DownloadFile https://dl.dropboxusercontent.com/u/194502/CppSharp/llvm.7z
40-
- 7z x llvm.7z -o%DEPS_PATH% -y
39+
- appveyor DownloadFile https://dl.dropboxusercontent.com/u/194502/CppSharp/llvm_windows_x86.7z
40+
- 7z x llvm_windows_x86.7z -o%DEPS_PATH%\llvm -y
4141

4242
build_script:
4343
- build\premake5.exe --file=build\premake4.lua %VS_VERSION%

0 commit comments

Comments
 (0)