This commit is contained in:
zhibog
2023-05-03 21:15:50 +02:00
parent 77d6364405
commit 6b23662ce6

View File

@@ -142,7 +142,7 @@ fpe_t :: ^fpe_struct
when ODIN_OS == .Windows {
foreign import botan_lib "botan.lib"
} else ODIN_OS == .Darwin {
} else when ODIN_OS == .Darwin {
foreign import botan_lib "system:botan-3"
} else {
foreign import botan_lib "system:botan-2"