Merge branch 'main' into remove-icu-backend

This commit is contained in:
Marc
2025-09-16 13:35:46 +02:00
committed by GitHub
6 changed files with 31 additions and 14 deletions

View File

@@ -30,7 +30,7 @@ trait libxml2
);
if ($this instanceof LinuxLibraryBase) {
$cmake->addConfigureArgs('-DIconv_IS_BUILD_IN=OFF');
$cmake->addConfigureArgs('-DIconv_IS_BUILT_IN=OFF');
}
$cmake->build();