HaxeFoundation / ocamhaxe

OCaml distribution for Haxe compilation
11 stars 5 forks source link

Support libuv and mbedtls #5

Open Simn opened 4 years ago

Simn commented 4 years ago

Once https://github.com/HaxeFoundation/haxe/pull/8831 lands, ocamhaxe is going to need an update to work with libuv. There are no official cygwin packages for mingw-libuv support, but I've prepared them here: https://github.com/Simn/mingw64-uv/releases

Note that even if we submit these as official packages, it's likely going to take a while before they get approved and integrated, so ocamhaxe should manually handle this for now either way.

Simn commented 8 months ago

This now affects both https://github.com/Simn/mingw64-uv and https://github.com/Simn/mingw64-mbedtls. It would be nice if the MinGW copy step just downloaded and untared the data here instead of requiring it to exist in the cygwin install already. Note that this could run into #14, so perhaps a check if the files exist already would be a good idea.