From: Paul Floyd Date: Wed, 15 Apr 2026 19:37:41 +0000 (+0200) Subject: Darwin distribution: add m_mach/priv_dyld_internals.h to noinst_HEADERS X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;ds=inline;p=thirdparty%2Fvalgrind.git Darwin distribution: add m_mach/priv_dyld_internals.h to noinst_HEADERS This caused build failure of 3.27 RC1 on macOS 11 to 13. --- diff --git a/coregrind/Makefile.am b/coregrind/Makefile.am index f94aaf471..5bef81e1c 100644 --- a/coregrind/Makefile.am +++ b/coregrind/Makefile.am @@ -283,6 +283,7 @@ noinst_HEADERS = \ m_gdbserver/target.h \ m_gdbserver/valgrind_low.h \ m_gdbserver/gdb/signals.h \ + m_mach/priv_dyld_internals.h \ m_scheduler/priv_sema.h \ m_scheduler/priv_sched-lock.h \ m_scheduler/priv_sched-lock-impl.h \