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 3db835d commit 2f03e7aCopy full SHA for 2f03e7a
Sources/SPMBuildCore/BuildParameters/BuildParameters.swift
@@ -154,7 +154,7 @@ public struct BuildParameters: Encodable {
154
toolchain: Toolchain,
155
triple: Triple? = nil,
156
flags: BuildFlags,
157
- buildSystemKind: BuildSystemProvider.Kind = .native,
+ buildSystemKind: BuildSystemProvider.Kind,
158
pkgConfigDirectories: [Basics.AbsolutePath] = [],
159
architectures: [String]? = nil,
160
workers: UInt32 = UInt32(ProcessInfo.processInfo.activeProcessorCount),
0 commit comments