From 2b76735e849665ec0b9beb0abd0969ca353e3db9 Mon Sep 17 00:00:00 2001 From: Andrey Popp <8mayday@gmail.com> Date: Sun, 12 Jan 2020 23:32:21 +0300 Subject: [PATCH] Makefile: require esy@0.6.x --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 1e0a94efbd..b304eba593 100644 --- a/Makefile +++ b/Makefile @@ -63,7 +63,7 @@ bootstrap: install-githooks ifndef ESY_EXT $(error "esy command is not avaialble, run 'npm install -g esy@0.$(ESY_VERSION_MINOR).x'") endif -ifeq ($(ESY_VERSION_MINOR),5) +ifeq ($(ESY_VERSION_MINOR),6) @esy install @make build @node scripts/bootstrap.js