gingerBill 2 years ago
parent
commit
4100cfec86
1 changed files with 1 additions and 1 deletions
  1. 1 1
      core/runtime/core.odin

+ 1 - 1
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)
 
 
 /////////////////////////////