Skip to content

Commit 2b6d228

Browse files
committed
oopsie
1 parent 7ebc7c0 commit 2b6d228

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SPC/builder/unix/library/libaom.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ protected function build(): void
2121
}
2222
$targetCpu = SPCTarget::getTargetArch();
2323
if (str_starts_with($targetCpu, 'aarch')) {
24-
$targetCpu = str_replace($targetCpu, 'aarch', 'arm');
24+
$targetCpu = str_replace('aarch', 'arm', $targetCpu);
2525
}
2626
if (!SystemUtil::findCommand('nasm') && !SystemUtil::findCommand('yasm')) {
2727
$targetCpu = 'generic';

0 commit comments

Comments
 (0)