From 5526d8c5b2cb7ac9dd7ac52444c46c99d006c57d Mon Sep 17 00:00:00 2001 From: Nicolas Cannasse Date: Mon, 24 Jan 2022 13:09:45 +0100 Subject: [PATCH] updated with latest versions / required libs --- haxe/config.json | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/haxe/config.json b/haxe/config.json index 84b942c..15b4f8e 100644 --- a/haxe/config.json +++ b/haxe/config.json @@ -1,8 +1,12 @@ { "is64": true, - "ocamlVersion" : "4.02.3", + "ocamlVersion" : "4.09.0", "cygwinTools" : ["bash", "cygpath", "$MINGW-ar", "$MINGW-as", "$MINGW-gcc", "$MINGW-ld", "$MINGW-ranlib", "ls", "make", "mkdir", "wget", "mv", "rm", "sed", "sh", "stty", "tput", "tr", "true", "cp", "m4"], "mingwLibs" : ["zlib1", "libpcre-1"], "opamUrl" : "https://github.com/fdopen/opam-repository-mingw/releases/download/0.0.0.2/", - "opamLibs" : ["sedlex","camlp5","merlin","extlib","xml-light","rope","ptmap","sha"] + "opamLibs" : ["sedlex","camlp5","extlib","xml-light","rope","ptmap","sha","luv.0.5.6"], + "mingwPackages" : [ + "https://github.com/Simn/mingw64-uv/releases/download/1.32.0/mingw64-x86_64-uv-1.32.0-1.tar.xz", + "https://github.com/Simn/mingw64-mbedtls/releases/download/2.16.3/mingw64-x86_64-mbedtls-2.16.3-1.tar.xz" + ] }