summaryrefslogtreecommitdiffhomepage
path: root/Builder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Builder.cpp')
-rw-r--r--Builder.cpp2
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());
}