Explorar o código

Fix missing vs2013 check

Daniele Bartolini %!s(int64=11) %!d(string=hai) anos
pai
achega
56e01c5eef
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      genie/toolchain.lua

+ 1 - 1
genie/toolchain.lua

@@ -62,7 +62,7 @@ function toolchain(build_dir, lib_dir)
 		end
 	end
 
-	if _ACTION == "vs2012" then
+	if _ACTION == "vs2012" or _ACTION == "vs2013" then
 
 		if not os.is("windows") then print("Action not valid in current OS.") end