We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 560f684 commit 92ad792Copy full SHA for 92ad792
1 file changed
src/SPC/builder/linux/LinuxBuilder.php
@@ -81,7 +81,7 @@ public function makeAutoconfArgs(string $name, array $libSpecs): string
81
foreach ($libSpecs as $libName => $arr) {
82
$lib = $this->getLib($libName);
83
if ($lib === null && str_starts_with($libName, 'lib')) {
84
- $lib = $this->getExt(substr($libName, 3));
+ $lib = $this->getLib(substr($libName, 3));
85
}
86
87
$arr = $arr ?? [];
0 commit comments