mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-04 14:48:47 +00:00
Adds missing space
This commit is contained in:
+1
-1
@@ -486,7 +486,7 @@ gb_internal i32 linker_stage(LinkerData *gen) {
|
|||||||
platform_lib_str = gb_string_appendc(platform_lib_str, "-lm -Wl,-syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -L/usr/local/lib");
|
platform_lib_str = gb_string_appendc(platform_lib_str, "-lm -Wl,-syslibroot /Library/Developer/CommandLineTools/SDKs/MacOSX.sdk -L/usr/local/lib");
|
||||||
#if defined(GB_SYSTEM_OSX)
|
#if defined(GB_SYSTEM_OSX)
|
||||||
if(gen->needs_system_library_linked) {
|
if(gen->needs_system_library_linked) {
|
||||||
platform_lib_str = gb_string_appendc(platform_lib_str, "-lSystem");
|
platform_lib_str = gb_string_appendc(platform_lib_str, " -lSystem ");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user