crystal-lang / shards

Dependency manager for the Crystal language
Other
765 stars 102 forks source link

[Makefile] Fix shard.lock recipe #515

Closed straight-shoota closed 3 years ago

straight-shoota commented 3 years ago

The shard.lock recipe fails if SHARDS=false (i.e. building from scratch without a previously installed shards binary), we must skip $SHARDS update in that case.

see https://github.com/crystal-lang/crystal/issues/10861