mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-04 23:35:40 +08:00
refactor and add more linux extensions and libraries
This commit is contained in:
@@ -42,6 +42,7 @@ abstract class LinuxLibraryBase extends LibraryBase
|
||||
{
|
||||
// 传入 true,表明直接编译
|
||||
if ($force_build) {
|
||||
logger()->info('Building required library ' . static::NAME);
|
||||
$this->build();
|
||||
return BUILD_STATUS_OK;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user