Skip to content

Commit 7b4ebaa

Browse files
committed
ext: update configure options for upcoming 3.48.x.
Note that these changes are backwards-compatible with 3.47.x.
1 parent 2d0139d commit 7b4ebaa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ext/sqlite3/extconf.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,9 @@ def configure_system_libraries
5050
def configure_packaged_libraries
5151
minimal_recipe.tap do |recipe|
5252
recipe.configure_options += [
53-
"--enable-shared=no",
54-
"--enable-static=yes",
53+
"--disable-shared",
54+
"--enable-static",
55+
"--disable-tcl",
5556
"--enable-fts5"
5657
]
5758
ENV.to_h.tap do |env|

0 commit comments

Comments
 (0)