Fix phpunit, add skip extraction arg for SPCConfigUtil new builder

This commit is contained in:
crazywhalecc
2025-04-18 14:50:58 +08:00
parent 720e700701
commit 2da750d5f9
2 changed files with 15 additions and 12 deletions

View File

@@ -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();