lpereira/lwan

Problem with clean build and wsgi

avkapustin opened this issue · 1 comments

Hello,
at master branch, after commit 279ea18 clean build failed with message

CMake Error at src/lib/CMakeLists.txt:56 (add_library):
  Cannot find source file:

    lwan-mod-wsgi.c

Looks like files lwan-mod-wsgi.{c, h} are not contains in this commit, only code to enable LWAN_HAVE_PYTHON

Thanks for the report! It should be fixed now. (The WSGI module isn't yet upstreamed, as I'm working on it before I release it.)