Skip to content

Commit 92ad792

Browse files
committed
oops
1 parent 560f684 commit 92ad792

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SPC/builder/linux/LinuxBuilder.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ public function makeAutoconfArgs(string $name, array $libSpecs): string
8181
foreach ($libSpecs as $libName => $arr) {
8282
$lib = $this->getLib($libName);
8383
if ($lib === null && str_starts_with($libName, 'lib')) {
84-
$lib = $this->getExt(substr($libName, 3));
84+
$lib = $this->getLib(substr($libName, 3));
8585
}
8686

8787
$arr = $arr ?? [];

0 commit comments

Comments
 (0)