From d137a52a6807f4c74e8e7e32e62ee4acbfe92197 Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Sun, 5 May 2024 11:20:29 +0200 Subject: Tests --- Builder.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Builder.cpp') diff --git a/Builder.cpp b/Builder.cpp index cbe6466..c59aec8 100644 --- a/Builder.cpp +++ b/Builder.cpp @@ -231,7 +231,7 @@ void Builder::build_file(const fs::path& p) { for (auto &i: objects) { command += fmt::format(" {}", i.string()); } - command += " -lfmt -lreichwein"; + command += " -lreichwein -lfmt"; command += fmt::format(" -o {}", p.string()); } -- cgit v1.2.3