-
Notifications
You must be signed in to change notification settings - Fork 268
Closed
Description
I just discovered this cool project and built text-editor.exe using MSVC/clang-cl.
And it worked just fine!
Now trying to build with -DUSE_ZLIB, I get an error from this missing file in src/civetweb/civetweb.c:
#if defined(USE_ZLIB)
#include "mod_zlib.inl"
#endifI see in this Civetweb PR that it's merged into that project.
I'm not sure about the relationship between these 2 projects.
I fixed this by just D/L this "mod_zlib.inl" from Civetweb's repo. Perhaps it should be added here too?
Or add Civetweb's repo to a .gitmodule?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels