mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-12 03:15:35 +08:00
Add shared extension output
This commit is contained in:
@@ -345,6 +345,7 @@ class PhpExtensionPackage extends Package
|
|||||||
throw new ValidationException("Extension {$this->getExtensionName()} build failed: {$soFile} not found", validation_module: "Extension {$this->getExtensionName()} build");
|
throw new ValidationException("Extension {$this->getExtensionName()} build failed: {$soFile} not found", validation_module: "Extension {$this->getExtensionName()} build");
|
||||||
}
|
}
|
||||||
$builder->deployBinary($soFile, $soFile, false);
|
$builder->deployBinary($soFile, $soFile, false);
|
||||||
|
$this->setOutput('Shared extension path', $soFile);
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user