2
0
Daniele Bartolini 11 жил өмнө
parent
commit
56e01c5eef

+ 1 - 1
genie/toolchain.lua

@@ -62,7 +62,7 @@ function toolchain(build_dir, lib_dir)
 		end
 		end
 	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
 		if not os.is("windows") then print("Action not valid in current OS.") end