diff options
Diffstat (limited to 'sqlite3_opt_fts5.go')
-rw-r--r-- | sqlite3_opt_fts5.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite3_opt_fts5.go b/sqlite3_opt_fts5.go index 0e65d69..9126272 100644 --- a/sqlite3_opt_fts5.go +++ b/sqlite3_opt_fts5.go @@ -2,7 +2,7 @@ // // Use of this source code is governed by an MIT-style // license that can be found in the LICENSE file. -// +build fts5 +// +build sqlite_fts5 fts5 package sqlite3 |