diff options
author | Max Romanov <max.romanov@nginx.com> | 2020-09-14 13:27:02 +0300 |
---|---|---|
committer | Max Romanov <max.romanov@nginx.com> | 2020-09-14 13:27:02 +0300 |
commit | d94dac091f6a6878f10cfc8fa1ef059dd6bfe964 (patch) | |
tree | d8ca43e887834a58329895d65b3081347924fca9 /auto | |
parent | d483aa74e61af411e40e98153a597d5a0473e2f1 (diff) | |
download | unit-d94dac091f6a6878f10cfc8fa1ef059dd6bfe964.tar.gz unit-d94dac091f6a6878f10cfc8fa1ef059dd6bfe964.tar.bz2 |
Python: split module initialization from WSGI implementation.
This is required for futher ASGI implementation.
Diffstat (limited to 'auto')
-rw-r--r-- | auto/modules/python | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/auto/modules/python b/auto/modules/python index 0e80d93f..afb1b586 100644 --- a/auto/modules/python +++ b/auto/modules/python @@ -167,6 +167,7 @@ $echo " + Python module: ${NXT_PYTHON_MODULE}.unit.so" $echo >> $NXT_MAKEFILE NXT_PYTHON_MODULE_SRCS=" \ + src/python/nxt_python.c \ src/python/nxt_python_wsgi.c \ " |