Support subtargets in build tags: #build darwin:generic and #build linux:android, darwin:ios

This commit is contained in:
gingerBill
2025-04-10 11:36:03 +01:00
parent 5e63388de2
commit 1f814c33dc
5 changed files with 138 additions and 13 deletions
+4
View File
@@ -559,10 +559,14 @@ ALL_ODIN_OS_TYPES :: Odin_OS_Types{
Odin_Platform_Subtarget_Type :: enum int {
Default,
iOS,
Android,
}
*/
Odin_Platform_Subtarget_Type :: type_of(ODIN_PLATFORM_SUBTARGET)
Odin_Platform_Subtarget_Types :: bit_set[Odin_Platform_Subtarget_Type]
/*
// Defined internally by the compiler
Odin_Sanitizer_Flag :: enum u32 {