aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2023-08-08 15:31:17 +0100
committergingerBill <bill@gingerbill.org>2023-08-08 15:31:17 +0100
commit4100cfec86d4aadb3d763f6ed3b2b686556f6a8b (patch)
tree90679ad25a482722deaebc8501748497c4d017d4
parentcad3a50e4ef67cc7e03e6adba642af55027a90b9 (diff)
Fix typo
-rw-r--r--core/runtime/core.odin2
1 files changed, 1 insertions, 1 deletions
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)
/////////////////////////////