Clarify error message by adding double quotes around 'just' to reduce confusion in mk/depends.mk
This commit is contained in:
parent
ea0cf1177a
commit
ad7733c7a1
|
@ -16,7 +16,7 @@ $(error nasm not found, install from your package manager)
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(shell which just),)
|
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
|
endif
|
||||||
|
|
||||||
CARGO_CONFIG_VERSION=0.1.1
|
CARGO_CONFIG_VERSION=0.1.1
|
||||||
|
|
Loading…
Reference in a new issue