Browse Source

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

zhibog 2 years ago
parent
commit
60c29e195a

+ 0 - 0
tests/vendor/botan.dll → tests/vendor/botan-3.dll


+ 0 - 0
vendor/botan/bindings/botan.lib → vendor/botan/bindings/botan-3.lib


+ 1 - 1
vendor/botan/bindings/botan.odin

@@ -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 {