Skip to content

Commit f7bc1f4

Browse files
committed
fix path
1 parent 36c5c95 commit f7bc1f4

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/easy_sqlite3/bindings.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ when not defined(bundled_sqlite3):
2222
f
2323
else:
2424
{.compile(
25-
"../../bundled/sqlite3.c",
25+
"sqlite3.c",
2626
"""
2727
-DSQLITE_ENABLE_FTS5=1
2828
-DSQLITE_ENABLE_RTREE=1
File renamed without changes.

0 commit comments

Comments
 (0)