Skip to content

Commit ecbc377

Browse files
committed
Remove Windows 10 SDK requirement from the SharpGen batch script (this requirement is enforced with the Mapping files)
1 parent 1e19f6b commit ecbc377

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Source/Tools/SharpGen/RunGenerator.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ xcopy /D /Y "%~dp0MSDNDoc.zip" .
77

88
REM Find a VS 2017 installation with the C++ toolset installed.
99
set InstallDir=
10-
for /f "usebackq tokens=*" %%i in (`..\..\..\..\..\External\vswhere\vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 Microsoft.VisualStudio.Component.Windows10SDK.14393 -property installationPath`) do (
10+
for /f "usebackq tokens=*" %%i in (`..\..\..\..\..\External\vswhere\vswhere -latest -products * -requires Microsoft.VisualStudio.Component.VC.Tools.x86.x64 -property installationPath`) do (
1111
set InstallDir=%%i
1212
)
1313
set ToolsVersion=

0 commit comments

Comments
 (0)