Removed "rpcsvc/rex.h" from build.rs
for OpenBSD
``` export TARGET=x86_64-unknown-openbsd export QEMU=openbsd.qcow2 sh ci/run-docker.sh $TARGET ``` Passes when run localy.
This commit is contained in:
parent
62ec26aacc
commit
004814849d
@ -205,7 +205,6 @@ fn main() {
|
||||
|
||||
if openbsd {
|
||||
cfg.header("ufs/ufs/quota.h");
|
||||
cfg.header("rpcsvc/rex.h");
|
||||
cfg.header("pthread_np.h");
|
||||
cfg.header("sys/syscall.h");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user