mm2 / Little-CMS

A free, open source, CMM engine. It provides fast transforms between ICC profiles.
https://www.littlecms.com
MIT License
571 stars 176 forks source link

meson: fix big endian cargs #360

Closed nekopsykose closed 1 year ago

nekopsykose commented 1 year ago

otherwise they are a string and appending with + [""] later fails in plugins/fast_float/testbed/meson.build:5:0: ERROR: The + operator of str does not accept objects of type list (['-DPROFILES_DIR="/home/buildozer/aports/main/lcms2/src/lcms2-2.15/plugins/test_profiles/"'])

hughsie commented 1 year ago

This also fixes the Fedora s390x build, thanks @nekopsykose