From 982a1aebb3dc67447c30b4cf7f4ab1a5dac9af7e Mon Sep 17 00:00:00 2001 From: gingerBill Date: Wed, 4 May 2022 16:14:42 +0100 Subject: Remove stray line --- src/main.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/main.cpp') 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, -- cgit v1.2.3