Skip to content

Commit 9f91b2c

Browse files
committed
wip
1 parent 62c5cd2 commit 9f91b2c

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

Package.swift

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,15 @@ for index in package.targets.indices {
114114
package.targets[index].swiftSettings = swiftSettings
115115
}
116116

117+
#if !os(Darwin)
118+
package.targets.append(
119+
.systemLibrary(
120+
name: "SQLite3",
121+
providers: [.apt(["libsqlite3-dev"])]
122+
)
123+
)
124+
#endif
125+
117126
#if !os(Windows)
118127
// Add the documentation compiler plugin if possible
119128
package.dependencies.append(

0 commit comments

Comments
 (0)