Skip to content

Commit

Permalink
Bugfix: Failure to build GLFW when MingW cross-compiler toolchain is …
Browse files Browse the repository at this point in the history
…present (#273)

* Add resolution to test

* Update lockfile

* Update lockfile, pull in newer commit

* Pick up esy-glfw fix in 3.2.1009
  • Loading branch information
bryphe committed Jan 28, 2019
1 parent 716b46f commit d3ab0ba
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions esy.lock/index.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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": [],
Expand Down

0 comments on commit d3ab0ba

Please sign in to comment.