HaxeFoundation / hxcpp

Runtime files for c++ backend for haxe
Other
295 stars 184 forks source link

Fix mingw dll issues #1046

Closed tobil4sk closed 9 months ago

tobil4sk commented 1 year ago

Allow dynamic linking (of std library) when cross compiling from linux (std library is GPL, so static linking is not always desired), update copied dlls to include 64 bit gcc library, and add another winpthread path.