GNUmakefile: removed stdlib dep
This commit is contained in:
parent
b74bbd6c92
commit
9ed70e9648
@ -58,7 +58,7 @@ test: build
|
||||
tests/posix-compat.sh
|
||||
|
||||
sysexits: build_dir
|
||||
bindgen --default-macro-constant-type signed \
|
||||
bindgen --default-macro-constant-type signed --use-core \
|
||||
"$$(printf '#include <sysexits.h>\n' | cpp -M -idirafter include - \
|
||||
| sed 's/ /\n/g' | grep sysexits.h)" \
|
||||
| $(RUSTC) $(RUSTCFLAGS) --crate-type lib -o build/o/libsysexits.rlib -
|
||||
|
Loading…
Reference in New Issue
Block a user