Skip to content

hadrian: Only copy and install libffi headers when using in-tree libffi

Matthew Pickering requested to merge wip/libffi-hadrian-pt100 into master

When passed --use-system-libffi then we shouldn't copy and install the headers from the system package. Instead the headers are expected to be available as a runtime dependency on the users system.

Fixes #21485 (closed) #21487 (closed)

Merge request reports