GNUmakefile: removed stdlib dep

This commit is contained in:
2023-12-27 22:48:36 -07:00
parent b74bbd6c92
commit 9ed70e9648

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 -