You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cmake): enable webserver deps on macOS (httplib include/link)
Root CMake skipped openssl/curl/cpp-httplib and c-ares on APPLE while
state.h still included webserver.h on all non-Windows Unix builds,
causing missing httplib.h on Darwin. Align userspace/falco targets with
those conditions, fix FALCO_INCLUDE_DIRECTORIES typo, and gate
CPPHTTPLIB_OPENSSL_SUPPORT with the webserver block.
Signed-off-by: Mike Yoder <myoder@roblox.com>
0 commit comments