From 4e710ec41df281ec504386c4c33dfa5730e3237f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Mon, 20 Oct 2014 22:45:23 -0700 Subject: [PATCH] Fixed toolset version. --- scripts/toolchain.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/toolchain.lua b/scripts/toolchain.lua index a53b457..796b701 100755 --- a/scripts/toolchain.lua +++ b/scripts/toolchain.lua @@ -263,7 +263,7 @@ function toolchain(_buildDir, _libDir) end if "winphone8" == _OPTIONS["vs"] then - premake.vstudio.toolset = "v120_wp81" + premake.vstudio.toolset = "v110_wp80" location (_buildDir .. "projects/" .. _ACTION .. "-winphone8") end end