mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-06 08:15:39 +08:00
Fix phpunit, add skip extraction arg for SPCConfigUtil new builder
This commit is contained in:
@@ -50,7 +50,7 @@ class SPCConfigUtil
|
||||
if ($this->builder === null) {
|
||||
$this->builder = BuilderProvider::makeBuilderByInput(new ArgvInput());
|
||||
$this->builder->proveLibs($libraries);
|
||||
$this->builder->proveExts($extensions);
|
||||
$this->builder->proveExts($extensions, skip_extract: true);
|
||||
}
|
||||
ob_get_clean();
|
||||
$ldflags = $this->getLdflagsString();
|
||||
|
||||
Reference in New Issue
Block a user