mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 09:25:35 +08:00
Rename setCMakeBuildDir to setBuildDir
This commit is contained in:
@@ -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']);
|
||||
|
||||
Reference in New Issue
Block a user