Skip to content

Commit 5c70b41

Browse files
authored
Update VS check when downloading pre-compiled LLVM packages.
Fixes #1032.
1 parent 9830302 commit 5c70b41

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)