Skip to content

Commit 5302587

Browse files
committed
fix xcode64 builds
1 parent d31c809 commit 5302587

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

mach-test/build.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,9 @@ fn main() {
8686
.header("mach/mach_voucher_types.h")
8787
.header("mach/machine.h")
8888
.header("mach/memory_object_types.h")
89-
.header("mach/message.h")
90-
.header("mach/ndr.h")
89+
.header("mach/message.h");
90+
91+
cfg.header("mach/ndr.h")
9192
.header("mach/notify.h")
9293
.header("mach/policy.h")
9394
.header("mach/port.h")

0 commit comments

Comments
 (0)