Updated iOS/iPhoneSimulator build support

This commit is contained in:
Harold Brenes
2025-07-13 20:17:30 -04:00
parent 219b0fe535
commit 0e245fb40f
6 changed files with 81 additions and 20 deletions
+1
View File
@@ -558,6 +558,7 @@ ALL_ODIN_OS_TYPES :: Odin_OS_Types{
Odin_Platform_Subtarget_Type :: enum int {
Default,
iOS,
iPhoneSimulator
Android,
}
*/
+1 -1
View File
@@ -3,7 +3,7 @@
package runtime
when ODIN_OS == .Darwin {
foreign import libc "system:System.framework"
foreign import libc "system:System"
} else {
foreign import libc "system:c"
}