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 8938697 commit fc774a2Copy full SHA for fc774a2
1 file changed
Package.swift
@@ -9,7 +9,7 @@ let targets: [Target] = [
9
.target(
10
name: "SQLite",
11
dependencies: [
12
- .product(name: "SwiftToolchainCSQLite", package: "swift-toolchain-sqlite")
+ .product(name: "SwiftToolchainCSQLite", package: "swift-toolchain-sqlite", condition: .when(platforms: [.linux, .windows]))
13
],
14
exclude: [
15
"Info.plist"
0 commit comments