We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cad0ae3 commit bb6b2fbCopy full SHA for bb6b2fb
1 file changed
Package.swift
@@ -34,6 +34,9 @@ let package = Package(
34
path: "Sources/SQLClientSwift",
35
swiftSettings: [
36
.enableExperimentalFeature("StrictConcurrency=complete"),
37
+ ],
38
+ linkerSettings: [
39
+ .linkedLibrary("sybdb", .when(platforms: [.linux]))
40
]
41
),
42
.testTarget(
0 commit comments