mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
libaom uses different PIC check
This commit is contained in:
@@ -16,6 +16,7 @@ trait libaom
|
||||
*/
|
||||
protected function build(): void
|
||||
{
|
||||
putenv('libaom_CFLAGS=-D__PIE__');
|
||||
UnixCMakeExecutor::create($this)
|
||||
->setBuildDir("{$this->source_dir}/builddir")
|
||||
->addConfigureArgs('-DAOM_TARGET_CPU=generic')
|
||||
|
||||
Reference in New Issue
Block a user