Skip to content

Commit

Permalink
Makefile: require esy@0.6.x
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypopp committed Jan 12, 2020
1 parent 443714f commit 2b76735
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -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
Expand Down

0 comments on commit 2b76735

Please sign in to comment.