apple / swift-argument-parser

Straightforward, type-safe argument parsing for Swift
Apache License 2.0
3.31k stars 311 forks source link

build: add missing static link dependency #579

Closed compnerd closed 1 year ago

compnerd commented 1 year ago

The ArgumentParserTestHelpers module depends on ArgumentParserToolInfo but fails to indicate that dependency. This was exposed whilst improving static linking for Windows.

compnerd commented 1 year ago

@swift-ci please test

compnerd commented 1 year ago

@rauhul - if we could get this merged and tagged, this would help unblock some windows work to improve static linking.