more patching, xml still not working though

This commit is contained in:
DubbleClick 2025-05-20 23:16:36 +07:00
parent f47daac3cc
commit fa285ecc82
2 changed files with 2 additions and 0 deletions

View File

@ -37,5 +37,6 @@ trait gettext
->execWithEnv('make clean')
->execWithEnv("make -j{$this->builder->concurrency}")
->execWithEnv('make install');
$this->patchLaDependencyPrefix(['libintl.la']);
}
}

View File

@ -30,5 +30,6 @@ trait libiconv
if (file_exists(BUILD_BIN_PATH . '/iconv')) {
unlink(BUILD_BIN_PATH . '/iconv');
}
$this->patchLaDependencyPrefix(['libiconv.la']);
}
}