Skip to content

Commit 892f264

Browse files
authored
Merge pull request #1033 from mono/update-vs-check-llvm-download
Update VS check when downloading pre-compiled LLVM packages.
2 parents 9830302 + 5c70b41 commit 892f264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/scripts/LLVM.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ local archive_ext = use_7zip and ".7z" or ".tar.xz"
173173

174174
function download_llvm()
175175
local toolset = get_toolset_configuration_name()
176-
if toolset == "vs2012" or toolset == "vs2013" then
176+
if toolset == "vs2012" or toolset == "vs2013" or toolset == "vs2015" then
177177
error("Pre-compiled LLVM packages for your VS version are not available.\n" ..
178178
"Please upgrade to a newer VS version or compile LLVM manually.")
179179
end

0 commit comments

Comments
 (0)