Add checks and install cbindgen in bootstrap.sh.
This commit is contained in:
parent
2dadc977e7
commit
e3013ac40b
2 changed files with 6 additions and 1 deletions
|
@ -7,6 +7,10 @@ ifeq ($(shell which rustup),)
|
|||
$(error rustup not found, install from "https://rustup.rs/")
|
||||
endif
|
||||
|
||||
ifeq ($(shell which cbindgen),)
|
||||
$(error cbindgen not found, install from crates.io or from your package manager)
|
||||
endif
|
||||
|
||||
ifeq ($(shell which nasm),)
|
||||
$(error nasm not found, install from your package manager)
|
||||
endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue