Files
bitcoin/cmake
fanquake 7265ca9bba build: avoid pipe2 on Darwin (for now)
macOS 27 will support pipe2 at runtime, and Xcode 27 (and Command Line
Tools) support it at compile time. This means a macOS < 27 system will
detect support for pipe2, but then binaries will crash at runtime, as
pipe2 is not available.

Just avoid pipe2 on macOS for now, and continue using pipe. Note that
the compilation also produces availability warnings, and this will need
to be backported.

Github-Pull: #36218
Rebased-From: 9c7748315d
2026-09-10 17:45:26 +01:00
..
2025-03-04 14:53:06 +00:00