Skip to content

Commit

Permalink
Removed "rpcsvc/rex.h" from build.rs for OpenBSD
Browse files Browse the repository at this point in the history
```
export TARGET=x86_64-unknown-openbsd
export QEMU=openbsd.qcow2
sh ci/run-docker.sh $TARGET
```
Passes when run localy.
  • Loading branch information
berkowski committed Feb 24, 2017
1 parent 62ec26a commit 0048148
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion libc-test/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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");
}
Expand Down

0 comments on commit 0048148

Please sign in to comment.