Add ODIN_PLATFORM_SUBTARGET

This commit is contained in:
gingerBill
2023-08-08 15:28:21 +01:00
parent 4d9ee55468
commit cad3a50e4e
2 changed files with 20 additions and 0 deletions
+10
View File
@@ -499,6 +499,16 @@ Odin_Build_Mode_Type :: type_of(ODIN_BUILD_MODE)
Odin_Endian_Type :: type_of(ODIN_ENDIAN)
/*
// Defined internally by the compiler
Odin_Platform_Subtarget_Type :: enum int {
Default,
iOS,
}
*/
Odin_Platform_Subtarget_Type :: type_of(ODIN_PLATFORM_TARGET)
/////////////////////////////
// Init Startup Procedures //
/////////////////////////////