From 915d8fac81f40b7f2622523725634d049acff6ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Marie?= Date: Thu, 11 Feb 2021 11:19:46 +0000 Subject: [PATCH] unbreak OpenBSD tests: iconv.h doesn't exist --- libc-test/build.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/libc-test/build.rs b/libc-test/build.rs index 1519c012a57a2..ac31778935f2e 100755 --- a/libc-test/build.rs +++ b/libc-test/build.rs @@ -361,7 +361,6 @@ fn test_openbsd(target: &str) { "pthread_np.h", "sys/syscall.h", "sys/shm.h", - "iconv.h", } cfg.skip_struct(move |ty| {