We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9b9912 commit bf23519Copy full SHA for bf23519
ext/sqlite3/extconf.rb
@@ -52,7 +52,8 @@ def configure_packaged_libraries
52
recipe.configure_options += [
53
"--disable-shared",
54
"--enable-static",
55
- "--enable-fts5"
+ "--enable-fts5",
56
+ "--enable-load-extension"
57
]
58
ENV.to_h.tap do |env|
59
user_cflags = with_config("sqlite-cflags")
0 commit comments