Windows requires the botan-3 naming due to the new release

This commit is contained in:
zhibog
2023-05-03 21:35:06 +02:00
parent 6b23662ce6
commit 60c29e195a
3 changed files with 1 additions and 1 deletions

View File

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