Rename setCMakeBuildDir to setBuildDir

This commit is contained in:
crazywhalecc
2025-06-09 09:26:39 +08:00
parent f46b714990
commit 9babe7f1d2
7 changed files with 15 additions and 18 deletions

View File

@@ -17,7 +17,7 @@ trait libaom
protected function build(): void
{
UnixCMakeExecutor::create($this)
->setCMakeBuildDir("{$this->source_dir}/builddir")
->setBuildDir("{$this->source_dir}/builddir")
->addConfigureArgs('-DAOM_TARGET_GPU=generic')
->build();
$this->patchPkgconfPrefix(['aom.pc']);