We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa28f1 commit 641630cCopy full SHA for 641630c
src/SPC/builder/unix/library/libaom.php
@@ -26,6 +26,7 @@ protected function build(): void
26
"-DCMAKE_TOOLCHAIN_FILE={$this->builder->cmake_toolchain_file} " .
27
'-DCMAKE_BUILD_TYPE=Release ' .
28
'-DBUILD_SHARED_LIBS=OFF ' .
29
+ '-DAOM_TARGET_CPU=generic' .
30
'..'
31
)
32
->exec("cmake --build . -j {$this->builder->concurrency}")
0 commit comments