mirror of
https://github.com/bkaradzic/bx.git
synced 2026-02-17 20:52:37 +01:00
Fixed toolset version.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user