Add support for using other VC++ toolset for Window and add cmd arg for selecting compiler manually
This commit is contained in:
@@ -20,7 +20,7 @@ namespace Flax.Build.Platforms
|
||||
/// <param name="platform">The platform.</param>
|
||||
/// <param name="architecture">The target architecture.</param>
|
||||
public WindowsToolchain(WindowsPlatform platform, TargetArchitecture architecture)
|
||||
: base(platform, architecture, WindowsPlatformToolset.v140, WindowsPlatformSDK.Latest)
|
||||
: base(platform, architecture, WindowsPlatformToolset.Latest, WindowsPlatformSDK.Latest)
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user