Skip to content

Commit 28d9cb6

Browse files
committed
USE uri, not config!
1 parent cd1c3f6 commit 28d9cb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/vend.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@ def do_build(what: set[str], verbose: bool, fail_fast: bool = False):
643643
# add in others
644644
macros.extend(
645645
[
646-
("SQLITE_CONFIG_URI", 1),
646+
("SQLITE_USE_URI", 1),
647647
("SQLITE_THREADSAFE", 1),
648648
]
649649
)

0 commit comments

Comments
 (0)