mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 08:15:39 +08:00
Fix all extension builds
This commit is contained in:
@@ -183,8 +183,7 @@ abstract class LibraryBase
|
||||
}
|
||||
}
|
||||
if (!$this->isLibraryInstalled()) {
|
||||
$this->tryInstall($lock, true);
|
||||
return LIB_STATUS_OK;
|
||||
return $this->tryInstall($lock, true);
|
||||
}
|
||||
return LIB_STATUS_ALREADY;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user