mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-06 07:38:48 +00:00
Set the macOS minimum version to 12 for ARM CPUs
This commit is contained in:
+1
-1
@@ -485,7 +485,7 @@ i32 linker_stage(lbGenerator *gen) {
|
|||||||
// 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'
|
||||||
#if defined(GB_CPU_ARM)
|
#if defined(GB_CPU_ARM)
|
||||||
" -mmacosx-version-min=11.0.0 "
|
" -mmacosx-version-min=12.0.0 "
|
||||||
#else
|
#else
|
||||||
" -mmacosx-version-min=10.8.0 "
|
" -mmacosx-version-min=10.8.0 "
|
||||||
#endif
|
#endif
|
||||||
|
|||||||
Reference in New Issue
Block a user