Skip to content

Commit

Permalink
ext: update configure options for upcoming 3.48.x.
Browse files Browse the repository at this point in the history
Note that these changes are backwards-compatible with 3.47.x.
  • Loading branch information
flavorjones committed Oct 30, 2024
1 parent 2d0139d commit 7b4ebaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ext/sqlite3/extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,9 @@ def configure_system_libraries
def configure_packaged_libraries
minimal_recipe.tap do |recipe|
recipe.configure_options += [
"--enable-shared=no",
"--enable-static=yes",
"--disable-shared",
"--enable-static",
"--disable-tcl",
"--enable-fts5"
]
ENV.to_h.tap do |env|
Expand Down

0 comments on commit 7b4ebaa

Please sign in to comment.