We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5217ce1 commit 0a7f8d3Copy full SHA for 0a7f8d3
Sources/Commands/Options.swift
@@ -84,7 +84,7 @@ struct LocationOptions: ParsableArguments {
84
@Option(name: .customLong("destination"), help: .hidden, completion: .directory)
85
var customCompileDestination: AbsolutePath?
86
87
- @Option(name: .customLong("experimental-cc-sdks-path"), help: .hidden, completion: .directory)
+ @Option(name: .customLong("experimental-cross-compilation-sdks-path"), help: .hidden, completion: .directory)
88
var ccSDKsDirectory: AbsolutePath?
89
}
90
0 commit comments