aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2022-02-14 11:04:36 +0000
committergingerBill <gingerBill@users.noreply.github.com>2022-02-14 11:04:36 +0000
commitfd8b2e0b8877de145163d64e5c64508b6c9dff91 (patch)
tree6af86d504cf4d9201611e32b5d87ef5632bac82c /src
parentc34ae884ad411de4e98bad48445f6e77ef9abe2d (diff)
parent2e7157ae9cd0eb38133a750e7f4845661d8751ba (diff)
Merge branch 'master' into objc-intrinsics
Diffstat (limited to 'src')
-rw-r--r--src/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index bd06193bd..9c2cc1d0b 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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)
// make sure to also change the 'mtriple' param passed to 'opt'
#if defined(GB_CPU_ARM)
- " -mmacosx-version-min=11.0.0 "
+ " -mmacosx-version-min=12.0.0 "
#else
" -mmacosx-version-min=10.8.0 "
#endif