Skip to content

Commit 2f33668

Browse files
authored
Trying to unblock our unit-tests
1 parent 150b904 commit 2f33668

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

Package.swift

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,3 @@ 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)