mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 23:35:40 +08:00
update protobuf
This commit is contained in:
@@ -30,7 +30,11 @@ trait libaom
|
||||
->setBuildDir("{$this->source_dir}/builddir")
|
||||
->addConfigureArgs(
|
||||
"-DAOM_TARGET_CPU={$targetCpu}",
|
||||
'-DCONFIG_RUNTIME_CPU_DETECT=1'
|
||||
'-DCONFIG_RUNTIME_CPU_DETECT=1',
|
||||
'-DENABLE_EXAMPLES=0',
|
||||
'-DENABLE_TOOLS=0',
|
||||
'-DENABLE_TESTS=0',
|
||||
'-DENABLE_DOCS=0'
|
||||
)
|
||||
->build();
|
||||
f_putenv("SPC_COMPILER_EXTRA={$extra}");
|
||||
|
||||
Reference in New Issue
Block a user