Skip to content

Commit e62b5fe

Browse files
committed
windows: update toolchain manifest for swift-argument-parser
Enable statically linking the swift-argument-parser library SwiftArgumentParserToolInfo into SwiftAgumentParser as there is only a single user of the library.
1 parent 01e4f7b commit e62b5fe

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

platforms/Windows/toolchain.wxs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,6 @@
211211

212212
<!-- swift-argument-parser -->
213213
<File Id="ARGUMENT_PARSER_DLL" Source="$(var.DEVTOOLS_ROOT)\usr\bin\ArgumentParser.dll" Checksum="yes" />
214-
<File Id="ARGUMENT_PARSER_TOOL_INFO_DLL" Source="$(var.DEVTOOLS_ROOT)\usr\bin\ArgumentParserToolInfo.dll" Checksum="yes" />
215214

216215
<!-- tools-support-core -->
217216
<File Id="TSC_BASIC_DLL" Source="$(var.DEVTOOLS_ROOT)\usr\bin\TSCBasic.dll" Checksum="yes" />
@@ -292,7 +291,6 @@
292291

293292
<!-- swift-argument-parser -->
294293
<File Id="ARGUMENT_PARSER_PDB" Source="$(var.DEVTOOLS_ROOT)\usr\bin\ArgumentParser.pdb" Checksum="yes" DiskId="10" />
295-
<File Id="ARGUMENT_PARSER_TOOL_INFO_PDB" Source="$(var.DEVTOOLS_ROOT)\usr\bin\ArgumentParserToolInfo.pdb" Checksum="yes" DiskId="10" />
296294

297295
<!-- tools-support-core -->
298296
<File Id="TSC_BASIC_PDB" Source="$(var.DEVTOOLS_ROOT)\usr\bin\TSCBasic.pdb" Checksum="yes" DiskId="11" />

0 commit comments

Comments
 (0)