Commit 2cd19d4b45271962cdbef273c1161ab3460883f0

Khaled Hosny 2025-05-26T12:53:23

[meson] Fix build with -Dfuzzer_ldflags on meson >= 1.4.0 The failing-alloc.c file is appended to various hb_sources_* as a string, but on >= 1.4.0 we call full_path() on the sources, and this works only with file objects. Fixes https://github.com/harfbuzz/harfbuzz/pull/5340