mirror of
https://github.com/odin-lang/Odin.git
synced 2026-02-14 23:33:15 +00:00
Windows requires the botan-3 naming due to the new release
This commit is contained in:
2
vendor/botan/bindings/botan.odin
vendored
2
vendor/botan/bindings/botan.odin
vendored
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user