Merge pull request #27 from MikePopoloski/master

Adding check for VS2015 build.
This commit is contained in:
Branimir Karadžić
2014-11-22 23:04:49 -08:00

View File

@@ -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)