Skip to content

Commit c45d3fb

Browse files
authored
Merge pull request sharpdx#890 from jkoritzinsky/FixGeneratorScript
Remove Windows 10 SDK requirement from the SharpGen batch script
2 parents be1c541 + ecbc377 commit c45d3fb

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)