Skip to content

Commit

Permalink
pythongh-69093: Fix Setup.local.in rule for _sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
tiran committed May 31, 2022
1 parent eb618d5 commit 51b90e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
@@ -0,0 +1 @@
Fix ``Modules/Setup.stdlib.in`` rule for ``_sqlite3`` extension.
2 changes: 1 addition & 1 deletion Modules/Setup.stdlib.in
Expand Up @@ -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
Expand Down

0 comments on commit 51b90e4

Please sign in to comment.