Fixed toolset version.

This commit is contained in:
Branimir Karadžić
2014-10-20 22:45:23 -07:00
parent 3773b77568
commit 4e710ec41d

View File

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