Bläddra i källkod

Merge pull request #27 from MikePopoloski/master

Adding check for VS2015 build.
Branimir Karadžić 11 år sedan
förälder
incheckning
cfbccf8e3a
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

@@ -262,7 +262,7 @@ function toolchain(_buildDir, _libDir)
 		if "rpi" == _OPTIONS["gcc"] then
 		if "rpi" == _OPTIONS["gcc"] then
 			location (_buildDir .. "projects/" .. _ACTION .. "-rpi")
 			location (_buildDir .. "projects/" .. _ACTION .. "-rpi")
 		end
 		end
-	elseif _ACTION == "vs2012" or _ACTION == "vs2013" then
+	elseif _ACTION == "vs2012" or _ACTION == "vs2013" or _ACTION == "vs2015" then
 
 
 		if (_ACTION .. "-clang") == _OPTIONS["vs"] then
 		if (_ACTION .. "-clang") == _OPTIONS["vs"] then
 			premake.vstudio.toolset = ("LLVM-" .. _ACTION)
 			premake.vstudio.toolset = ("LLVM-" .. _ACTION)