Skip to content

Commit

Permalink
Compiled Sqlite3 with FTS5 support
Browse files Browse the repository at this point in the history
  • Loading branch information
adityawasudeo committed Nov 26, 2024
1 parent 6ddf0d6 commit dd7bb8f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,10 @@ let package = Package(
),
.target(
name: "CSQLiteVec",
publicHeadersPath: "include"
publicHeadersPath: "include",
cSettings: [
.define("SQLITE_ENABLE_FTS5")
]
),
.testTarget(
name: "SQLiteVecTests",
Expand Down

0 comments on commit dd7bb8f

Please sign in to comment.