Skip to content

Commit 00aff63

Browse files
committed
Revert "Trying to unblock our unit-tests"
This reverts commit 2f33668.
1 parent 2f33668 commit 00aff63

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

Package.swift

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,14 @@ let package = Package(
1111
],
1212
swiftLanguageVersions: [4, 5]
1313
)
14+
15+
#if os(Linux)
16+
package.dependencies = [.package(url: "https://github.com/stephencelis/CSQLite.git", from: "0.0.3")]
17+
package.targets = [
18+
.target(name: "SQLite", exclude: ["Extensions/FTS4.swift", "Extensions/FTS5.swift"]),
19+
.testTarget(name: "SQLiteTests", dependencies: ["SQLite"], path: "Tests/SQLiteTests", exclude: [
20+
"FTS4Tests.swift",
21+
"FTS5Tests.swift"
22+
])
23+
]
24+
#endif

0 commit comments

Comments
 (0)