From 4100cfec86d4aadb3d763f6ed3b2b686556f6a8b Mon Sep 17 00:00:00 2001 From: gingerBill Date: Tue, 8 Aug 2023 15:31:17 +0100 Subject: [PATCH] Fix typo --- core/runtime/core.odin | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) /////////////////////////////