1
0
Fork 0

GNUmakefile: removed stdlib dep

This commit is contained in:
Emma Tebibyte 2023-12-27 22:48:36 -07:00
parent b74bbd6c92
commit 9ed70e9648
Signed by untrusted user: emma
GPG Key ID: 06FA419A1698C270
1 changed files with 1 additions and 1 deletions

View File

@ -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 -