aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2022-05-04 16:14:42 +0100
committergingerBill <bill@gingerbill.org>2022-05-04 16:14:42 +0100
commit982a1aebb3dc67447c30b4cf7f4ab1a5dac9af7e (patch)
tree67ad84ae6f1f148e4d57564faf8b54f541a185ce /src/main.cpp
parentcec049b7d3eabf2ed371f59214023002ae705cdd (diff)
Remove stray line
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index af5f5ff76..fc3de96bb 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -382,7 +382,6 @@ i32 linker_stage(lbGenerator *gen) {
if (string_set_update(&libs, lib)) {
continue;
}
- lib_str = gb_string_append_fmt(lib_str, " \"%.*s\"", LIT(lib));
// NOTE(zangent): Sometimes, you have to use -framework on MacOS.
// This allows you to specify '-f' in a #foreign_system_library,