Skip to content

Commit a6894b3

Browse files
Merge branch '#189-macos-host-toolchain-default' of https://github.com/xtremekforever/swift-sdk-generator into #189-macos-host-toolchain-default
2 parents 60aabbe + c1e4bf3 commit a6894b3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/GeneratorCLI/GeneratorCLI.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,8 @@ extension GeneratorCLI {
149149

150150
@Option(
151151
help:
152-
"The target triple of the bundle. The default depends on a recipe used for SDK generation.")
152+
"The target triple of the bundle. The default depends on a recipe used for SDK generation."
153+
)
153154
var target: Triple? = nil
154155

155156
@Option(help: "Deprecated. Use `--host` instead")

0 commit comments

Comments
 (0)