mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-10 18:35:35 +08:00
only link static ext libraries into sapi builds
This commit is contained in:
@@ -29,7 +29,7 @@ abstract class BuilderBase
|
||||
/** @var array<int, string> extension names */
|
||||
protected array $ext_list = [];
|
||||
|
||||
/** @var array<int, string> library names */
|
||||
/** @var array<int, string> all libraries being built (resolved dep list) */
|
||||
protected array $lib_list = [];
|
||||
|
||||
/** @var bool compile libs only (just mark it) */
|
||||
|
||||
Reference in New Issue
Block a user