Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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)

AltStyle によって変換されたページ (->オリジナル) /