瀏覽代碼

Fixed toolset version.

Branimir Karadžić 11 年之前
父節點
當前提交
4e710ec41d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      scripts/toolchain.lua

+ 1 - 1
scripts/toolchain.lua

@@ -263,7 +263,7 @@ function toolchain(_buildDir, _libDir)
 		end
 		end
 
 
 		if "winphone8" == _OPTIONS["vs"] then
 		if "winphone8" == _OPTIONS["vs"] then
-			premake.vstudio.toolset = "v120_wp81"
+			premake.vstudio.toolset = "v110_wp80"
 			location (_buildDir .. "projects/" .. _ACTION .. "-winphone8")
 			location (_buildDir .. "projects/" .. _ACTION .. "-winphone8")
 		end
 		end
 	end
 	end