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

@@ -23,6 +23,5 @@ trait libavif
->build();
// patch pkgconfig
$this->patchPkgconfPrefix(['libavif.pc']);
$this->cleanLaFiles();
}
}