Merge branch 'master' into 'master'
Clarify error message by adding double quotes around 'just' to reduce confusion in mk/depends.mk See merge request redox-os/redox!1492
This commit is contained in:
commit
cd41892050
|
@ -1,3 +1,4 @@
|
|||
<p>test<p>
|
||||
<p align="center">
|
||||
<img alt="Redox" width="346" src="https://gitlab.redox-os.org/redox-os/assets/raw/master/logos/redox/logo.png">
|
||||
</p>
|
||||
|
|
|
@ -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 a new issue