mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 15:18:49 +00:00
Fix typo
This commit is contained in:
+1
-1
@@ -483,7 +483,7 @@ i32 linker_stage(lbGenerator *gen) {
|
|||||||
platform_lib_str = gb_string_appendc(platform_lib_str, "-lc -lm");
|
platform_lib_str = gb_string_appendc(platform_lib_str, "-lc -lm");
|
||||||
}
|
}
|
||||||
|
|
||||||
if (build_context.metrics.arch == TargetOs_darwin) {
|
if (build_context.metrics.os == TargetOs_darwin) {
|
||||||
// This sets a requirement of Mountain Lion and up, but the compiler doesn't work without this limit.
|
// This sets a requirement of Mountain Lion and up, but the compiler doesn't work without this limit.
|
||||||
// NOTE: If you change this (although this minimum is as low as you can go with Odin working)
|
// NOTE: If you change this (although this minimum is as low as you can go with Odin working)
|
||||||
// make sure to also change the 'mtriple' param passed to 'opt'
|
// make sure to also change the 'mtriple' param passed to 'opt'
|
||||||
|
|||||||
Reference in New Issue
Block a user