Clarify error message by adding double quotes around 'just' to reduce confusion in mk/depends.mk

This commit is contained in:
IncompententPirate 2024-09-06 09:40:41 +00:00
parent ea0cf1177a
commit ad7733c7a1

View file

@ -16,7 +16,7 @@ $(error nasm not found, install from your package manager)
endif
ifeq ($(shell which just),)
$(error just not found, install from crates.io or from your package manager)
$(error 'just' not found, install from crates.io or from your package manager)
endif
CARGO_CONFIG_VERSION=0.1.1