Skip to content

Commit

Permalink
sqlite3: remove shell from library
Browse files Browse the repository at this point in the history
  • Loading branch information
eerii authored and neheb committed Oct 5, 2024
1 parent 93cb210 commit 0417e19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -3370,6 +3370,7 @@
"sqlite3"
],
"versions": [
"3.46.1-2",
"3.46.1-1",
"3.46.0-1",
"3.45.3-1",
Expand Down
2 changes: 1 addition & 1 deletion subprojects/packagefiles/sqlite3/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ else
endif
libm = cc.find_library('m', required: false)

sources = files('shell.c', 'sqlite3.c')
sources = files('sqlite3.c')
if host_machine.system() == 'windows'
sqlite_args = get_option('default_library') != 'static' ? '-DSQLITE_API=__declspec(dllexport)' : []
libthreads = dependency('', required: false)
Expand Down

0 comments on commit 0417e19

Please sign in to comment.