From 9ed70e96488b3902a282e8a356e68e4a74610792 Mon Sep 17 00:00:00 2001 From: emma Date: Wed, 27 Dec 2023 22:48:36 -0700 Subject: [PATCH] GNUmakefile: removed stdlib dep --- GNUmakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GNUmakefile b/GNUmakefile index b357cd4..e53ec6f 100644 --- a/GNUmakefile +++ b/GNUmakefile @@ -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 \n' | cpp -M -idirafter include - \ | sed 's/ /\n/g' | grep sysexits.h)" \ | $(RUSTC) $(RUSTCFLAGS) --crate-type lib -o build/o/libsysexits.rlib -