mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Adding check for VS2015 build.
This commit is contained in:
@@ -262,7 +262,7 @@ function toolchain(_buildDir, _libDir)
|
||||
if "rpi" == _OPTIONS["gcc"] then
|
||||
location (_buildDir .. "projects/" .. _ACTION .. "-rpi")
|
||||
end
|
||||
elseif _ACTION == "vs2012" or _ACTION == "vs2013" then
|
||||
elseif _ACTION == "vs2012" or _ACTION == "vs2013" or _ACTION == "vs2015" then
|
||||
|
||||
if (_ACTION .. "-clang") == _OPTIONS["vs"] then
|
||||
premake.vstudio.toolset = ("LLVM-" .. _ACTION)
|
||||
|
||||
Reference in New Issue
Block a user