HxGodot / hxgodot

A Haxe GDExtension for Godot 4
MIT License
232 stars 11 forks source link

mbedtls on windows causes a linker error #41

Closed dazKind closed 1 year ago

dazKind commented 1 year ago

I think we need to link the dll related to ssl on windows when building the dlls. All other haxe libs are statically linked. Review the hxcpp toolchain for haxe_ssl

dazKind commented 1 year ago

We need to link with 'Ws2_32.lib', 'Crypt32.lib', 'Advapi32.lib'.