We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bdb577 commit cab08c6Copy full SHA for cab08c6
Sources/CoreCommands/Options.swift
@@ -84,7 +84,7 @@ public struct LocationOptions: ParsableArguments {
84
@Option(name: .customLong("destination"), help: .hidden, completion: .directory)
85
public 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