mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 03:15:35 +08:00
oops
This commit is contained in:
@@ -81,7 +81,7 @@ class LinuxBuilder extends UnixBuilderBase
|
|||||||
foreach ($libSpecs as $libName => $arr) {
|
foreach ($libSpecs as $libName => $arr) {
|
||||||
$lib = $this->getLib($libName);
|
$lib = $this->getLib($libName);
|
||||||
if ($lib === null && str_starts_with($libName, 'lib')) {
|
if ($lib === null && str_starts_with($libName, 'lib')) {
|
||||||
$lib = $this->getExt(substr($libName, 3));
|
$lib = $this->getLib(substr($libName, 3));
|
||||||
}
|
}
|
||||||
|
|
||||||
$arr = $arr ?? [];
|
$arr = $arr ?? [];
|
||||||
|
|||||||
Reference in New Issue
Block a user