From f857007dbb6a0a26a6828017da64540eda452fbf Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sat, 18 May 2024 16:31:14 +0200 Subject: Link different kinds of libs --- Builder.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Builder.h') diff --git a/Builder.h b/Builder.h index bd11599..523175a 100644 --- a/Builder.h +++ b/Builder.h @@ -27,7 +27,7 @@ private: std::vector dependencies_of(const std::filesystem::path& p) const; std::vector include_paths_of_object(const std::filesystem::path& p) const; std::filesystem::path target_from_object(const std::filesystem::path& object) const; - std::vector link_libs_of(const std::filesystem::path& p) const; + std::vector link_libs_of(const std::filesystem::path& p) const; bool is_outdated(const std::filesystem::path& p) const; bool is_outdated(const std::filesystem::path& p, const std::vector &dependencies) const; std::vector make_depfile_from(const std::filesystem::path& p) const; @@ -45,7 +45,7 @@ private: std::vector _all_objects; std::unordered_map> _dependencies; std::unordered_map> _include_paths; - std::unordered_map> _link_libs; + std::unordered_map> _link_libs; LanguageSettings _lang; ProcessRunner _runner; -- cgit v1.2.3