mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
gh-69093: Fix Setup.local.in rule for _sqlite3 (GH-93380)
(cherry picked from commit 8a5e3c2ec6
)
Co-authored-by: Christian Heimes <christian@python.org>
This commit is contained in:
parent
3a62701452
commit
29bfabe970
2 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,7 @@
|
|||
# needs -lncurses and -lpanel
|
||||
#@MODULE__CURSES_PANEL_TRUE@_curses_panel _curses_panel.c
|
||||
|
||||
@MODULE__SQLITE3_TRUE@_sqlite3 _sqlite/connection.c _sqlite/cursor.c _sqlite/microprotocols.c _sqlite/module.c _sqlite/prepare_protocol.c _sqlite/row.c _sqlite/statement.c _sqlite/util.c
|
||||
@MODULE__SQLITE3_TRUE@_sqlite3 _sqlite/blob.c _sqlite/connection.c _sqlite/cursor.c _sqlite/microprotocols.c _sqlite/module.c _sqlite/prepare_protocol.c _sqlite/row.c _sqlite/statement.c _sqlite/util.c
|
||||
|
||||
# needs -lssl and -lcrypt
|
||||
@MODULE__SSL_TRUE@_ssl _ssl.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue