Skip to content

Commit 4ab2bdb

Browse files
authored
Removed flag to look for installed WIndows SDK when generating headers (#136)
Fixes #129 We are already using the nuget version of the sdk, no need to also use an installed version. Co-authored-by: Nikola Metulev <[email protected]>
1 parent c0ffe86 commit 4ab2bdb

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/winapp-CLI/WinApp.Cli/Services/CppWinrtService.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ public async Task RunWithRspAsync(FileInfo cppwinrtExe, IEnumerable<FileInfo> wi
2828
var rspPath = new FileInfo(Path.Combine(outputDir.FullName, ".cppwinrt.rsp"));
2929

3030
var sb = new StringBuilder();
31-
sb.AppendLine("-input sdk+");
3231
foreach (var winmd in winmdInputs)
3332
{
3433
sb.AppendLine($"-input \"{winmd}\"");

0 commit comments

Comments
 (0)