Skip to content

Commit

Permalink
Merge pull request #574 from sparklemotion/flavorjones-ext-sqlite-3.4…
Browse files Browse the repository at this point in the history
…8-config

ext: update configure options for upcoming 3.48.x.
  • Loading branch information
flavorjones authored Oct 30, 2024
2 parents 2d0139d + 7b4ebaa commit 9899f06
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 9899f06

Please sign in to comment.