diff --git a/src/sw/core/build.cpp b/src/sw/core/build.cpp index 76c256d1..b5bad6c9 100644 --- a/src/sw/core/build.cpp +++ b/src/sw/core/build.cpp @@ -854,8 +854,9 @@ Commands SwBuild::getCommands() const std::function gather_ttb; gather_ttb = [this, &gather_ttb, &ttb](const auto &s) mutable { - if (s["header_only"] == "true") - return; + // ho targets want to build their deps + //if (s["header_only"] == "true") + //return; if (!(s["type"] == "native_shared_library" || s["type"] == "native_static_library" || s["type"] == "native_executable")) return;