mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-17 20:34:51 +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) {
|
||||
if (!in_array($requiredLib, $short_name)) {
|
||||
$short_name[] = $requiredLib;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user