diff options
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()); } |