mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-25 14:24:18 +08:00
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
|
||||
|
||||
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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user