mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 12:54:52 +08:00
fix case of nonexistent pc
This commit is contained in:
parent
b91c83b6cd
commit
6a86b28977
@ -122,6 +122,9 @@ class SPCConfigUtil
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
else {
|
||||||
|
$requiredLibs[] = $this->getShortLibName($lib);
|
||||||
|
}
|
||||||
foreach ($requiredLibs as $requiredLib) {
|
foreach ($requiredLibs as $requiredLib) {
|
||||||
if (!in_array($requiredLib, $short_name)) {
|
if (!in_array($requiredLib, $short_name)) {
|
||||||
$short_name[] = $requiredLib;
|
$short_name[] = $requiredLib;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user