aboutsummaryrefslogtreecommitdiff
path: root/src/linker.cpp
diff options
context:
space:
mode:
authorgingerBill <gingerBill@users.noreply.github.com>2025-07-20 15:32:28 +0100
committergingerBill <gingerBill@users.noreply.github.com>2025-07-20 15:32:28 +0100
commitb095dd71cbe8386de901674535c9d86ccf4cb9d3 (patch)
tree9665b0d1f2c3922c69adc8dd2858419910257159 /src/linker.cpp
parent0dd0a3813bcc3b8c238b5e3c7272439ed08455d0 (diff)
parent98c2425fe0aaa749e08387986afc0aa4797ed0da (diff)
Merge branch 'master' of https://github.com/odin-lang/Odin
Diffstat (limited to 'src/linker.cpp')
-rw-r--r--src/linker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/linker.cpp b/src/linker.cpp
index 7647ed872..41333a3c9 100644
--- a/src/linker.cpp
+++ b/src/linker.cpp
@@ -787,7 +787,7 @@ try_cross_linking:;
// being set to 'MacOSX' even though we've set the sysroot to the correct SDK (-Wincompatible-sysroot).
// This is because it is likely not using the SDK's toolchain Apple Clang but another one installed in the system.
switch (selected_subtarget) {
- case Subtarget_iOS:
+ case Subtarget_iPhone:
darwin_platform_name = "iPhoneOS";
darwin_xcrun_sdk_name = "iphoneos";
darwin_min_version_id = "ios";