From 5d6ba45ef19eaa6f1f447384bf5c6b79d8ce4150 Mon Sep 17 00:00:00 2001 From: Manas <3097018+ManasJayanth@users.noreply.github.com> Date: Wed, 8 Dec 2021 12:29:30 +0530 Subject: [PATCH] Add cygwin-devel to the cygwin environment --- build-cygwin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-cygwin.js b/build-cygwin.js index e3a6f0f..7ef5bcf 100644 --- a/build-cygwin.js +++ b/build-cygwin.js @@ -36,7 +36,8 @@ const install = async () => { "patch", "unzip", "python", - "bash" + "bash", + "cygwin-devel" // Needed for installing the cygwin-build of OCaml // May not be needed