From d3ab0ba7e3c73306eaab02815facab67dae35e17 Mon Sep 17 00:00:00 2001 From: Bryan Phelps Date: Mon, 28 Jan 2019 12:14:02 -0800 Subject: [PATCH] Bugfix: Failure to build GLFW when MingW cross-compiler toolchain is present (#273) * Add resolution to test * Update lockfile * Update lockfile, pull in newer commit * Pick up esy-glfw fix in 3.2.1009 --- esy.lock/index.json | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/esy.lock/index.json b/esy.lock/index.json index d85ddfd68..e2863ba2d 100644 --- a/esy.lock/index.json +++ b/esy.lock/index.json @@ -79,7 +79,7 @@ "overrides": [], "dependencies": [ "refmterr@3.1.10@d41d8cd9", "reason-gl-matrix@0.9.9302@d41d8cd9", - "ocaml@4.7.1003@d41d8cd9", "esy-glfw@3.2.1008@d41d8cd9", + "ocaml@4.7.1003@d41d8cd9", "esy-glfw@3.2.1009@d41d8cd9", "esy-cmake@0.3.5@d41d8cd9", "@opam/lwt_ppx@opam:1.2.1@db1172a7", "@opam/lwt@opam:4.1.0@111fc2bf", "@opam/js_of_ocaml-lwt@opam:3.3.0@ff746e31", @@ -173,14 +173,14 @@ "dependencies": [ "esy-cmake@0.3.5@d41d8cd9" ], "devDependencies": [] }, - "esy-glfw@3.2.1008@d41d8cd9": { - "id": "esy-glfw@3.2.1008@d41d8cd9", + "esy-glfw@3.2.1009@d41d8cd9": { + "id": "esy-glfw@3.2.1009@d41d8cd9", "name": "esy-glfw", - "version": "3.2.1008", + "version": "3.2.1009", "source": { "type": "install", "source": [ - "archive:https://registry.npmjs.org/esy-glfw/-/esy-glfw-3.2.1008.tgz#sha1:0f161ccdc9fc9d1c66679739b710ca217708f4b4" + "archive:https://registry.npmjs.org/esy-glfw/-/esy-glfw-3.2.1009.tgz#sha1:48bbd3cb0b8f63f6f8bbfa5fd77284605f26c80b" ] }, "overrides": [],