make patchLaDependencyPrefix argument optional, remove cleanLaFiles

This commit is contained in:
DubbleClick
2025-06-10 19:46:55 +07:00
parent 684b5d4534
commit 9ed62b02b6
17 changed files with 26 additions and 42 deletions

View File

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