Skip to content

Commit

Permalink
updated with latest versions / required libs
Browse files Browse the repository at this point in the history
  • Loading branch information
ncannasse committed Jan 24, 2022
1 parent a5c80bf commit 5526d8c
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions haxe/config.json
Original file line number Diff line number Diff line change
@@ -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"
]
}

0 comments on commit 5526d8c

Please sign in to comment.