mirror of
https://github.com/Ed94/Odin.git
synced 2026-08-05 07:08:48 +00:00
Windows requires the botan-3 naming due to the new release
This commit is contained in:
Vendored
+1
-1
@@ -141,7 +141,7 @@ fpe_struct :: struct{}
|
|||||||
fpe_t :: ^fpe_struct
|
fpe_t :: ^fpe_struct
|
||||||
|
|
||||||
when ODIN_OS == .Windows {
|
when ODIN_OS == .Windows {
|
||||||
foreign import botan_lib "botan.lib"
|
foreign import botan_lib "botan-3.lib"
|
||||||
} else when ODIN_OS == .Darwin {
|
} else when ODIN_OS == .Darwin {
|
||||||
foreign import botan_lib "system:botan-3"
|
foreign import botan_lib "system:botan-3"
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user