Skip to content

meson: Consider 'ios' as Darwin for the purposes of system detection

Amyspark requested to merge amyspark/librsvg:fix-ios-building into main

Hi,

This is another nitpick -- I've accounted for ios being used as a value for host_machine.system() pre normalization in 1.2.0 (https://github.com/mesonbuild/meson/commit/b0d2a925849be8826ec5f18755a5aed743f5c72d), but not when looking for the shared libraries themselves. The dylib suffix also applied here.

Let me know what you think.

Merge request reports