Skip to content

Commit b70702d

Browse files
committed
Set default for buildSystemKind to fix sourcekit-lsp
1 parent 3575de2 commit b70702d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SPMBuildCore/BuildParameters/BuildParameters.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ public struct BuildParameters: Encodable {
151151
toolchain: Toolchain,
152152
triple: Triple? = nil,
153153
flags: BuildFlags,
154-
buildSystemKind: BuildSystemProvider.Kind,
154+
buildSystemKind: BuildSystemProvider.Kind = .native,
155155
pkgConfigDirectories: [AbsolutePath] = [],
156156
architectures: [String]? = nil,
157157
workers: UInt32 = UInt32(ProcessInfo.processInfo.activeProcessorCount),

0 commit comments

Comments
 (0)