mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-05 07:45:39 +08:00
build static and shared at the same time
This commit is contained in:
@@ -171,7 +171,7 @@ class BuildPHPCommand extends BuildCommand
|
||||
// compile libraries
|
||||
$builder->proveLibs($libraries);
|
||||
// check extensions
|
||||
$builder->proveExts($extensions, shared_build_extensions: $shared_extensions);
|
||||
$builder->proveExts($extensions, shared_extensions: $shared_extensions);
|
||||
// validate libs and extensions
|
||||
$builder->validateLibsAndExts();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user