Skip to content

Commit fc774a2

Browse files
committed
fix macOS build via platform condition
1 parent 8938697 commit fc774a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let targets: [Target] = [
99
.target(
1010
name: "SQLite",
1111
dependencies: [
12-
.product(name: "SwiftToolchainCSQLite", package: "swift-toolchain-sqlite")
12+
.product(name: "SwiftToolchainCSQLite", package: "swift-toolchain-sqlite", condition: .when(platforms: [.linux, .windows]))
1313
],
1414
exclude: [
1515
"Info.plist"

0 commit comments

Comments
 (0)