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 3575de2 commit b70702dCopy full SHA for b70702d
Sources/SPMBuildCore/BuildParameters/BuildParameters.swift
@@ -151,7 +151,7 @@ public struct BuildParameters: Encodable {
151
toolchain: Toolchain,
152
triple: Triple? = nil,
153
flags: BuildFlags,
154
- buildSystemKind: BuildSystemProvider.Kind,
+ buildSystemKind: BuildSystemProvider.Kind = .native,
155
pkgConfigDirectories: [AbsolutePath] = [],
156
architectures: [String]? = nil,
157
workers: UInt32 = UInt32(ProcessInfo.processInfo.activeProcessorCount),
0 commit comments