Files
falco/userspace
Leonardo Grasso 369f69e8c8 build: drop WIN32 exclusion from http_output, webserver, and metrics gates
Rely solely on MINIMAL_BUILD and EMSCRIPTEN as semantic guards instead of explicit platform checks. MSVC builds are unaffected since  CompilerFlags.cmake forces MINIMAL_BUILD=ON, keeping these features  disabled. Non-MSVC Windows toolchains (MinGW, clang) can now build with http_output if curl and OpenSSL are available.

Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
2026-03-19 17:36:07 +01:00
..