diff --git a/core/runtime/core.odin b/core/runtime/core.odin index f06b345ff..13676b0d7 100644 --- a/core/runtime/core.odin +++ b/core/runtime/core.odin @@ -506,7 +506,7 @@ Odin_Endian_Type :: type_of(ODIN_ENDIAN) iOS, } */ -Odin_Platform_Subtarget_Type :: type_of(ODIN_PLATFORM_TARGET) +Odin_Platform_Subtarget_Type :: type_of(ODIN_PLATFORM_SUBTARGET) /////////////////////////////