mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Remove stray line
This commit is contained in:
@@ -382,7 +382,6 @@ i32 linker_stage(lbGenerator *gen) {
|
|||||||
if (string_set_update(&libs, lib)) {
|
if (string_set_update(&libs, lib)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
lib_str = gb_string_append_fmt(lib_str, " \"%.*s\"", LIT(lib));
|
|
||||||
|
|
||||||
// NOTE(zangent): Sometimes, you have to use -framework on MacOS.
|
// NOTE(zangent): Sometimes, you have to use -framework on MacOS.
|
||||||
// This allows you to specify '-f' in a #foreign_system_library,
|
// This allows you to specify '-f' in a #foreign_system_library,
|
||||||
|
|||||||
Reference in New Issue
Block a user