fn collect_system_cflags() -> Result<String>Expand description
Collects system library CFLAGS via pkg-config on macOS.
On Linux, MuPDF’s build system detects system libraries automatically. On macOS it needs explicit CFLAGS gathered from pkg-config.