diff options
author | Roland Reichwein <mail@reichwein.it> | 2024-05-05 11:20:29 +0200 |
---|---|---|
committer | Roland Reichwein <mail@reichwein.it> | 2024-05-05 11:20:29 +0200 |
commit | d137a52a6807f4c74e8e7e32e62ee4acbfe92197 (patch) | |
tree | d0a1f48666a752e425b392182b27c54859e6eb95 /Builder.cpp | |
parent | 39c1729d8dcfffb0f72985411b8b489835d4fd5f (diff) |
Tests
Diffstat (limited to 'Builder.cpp')
-rw-r--r-- | Builder.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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()); } |