mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 04:44:53 +08:00
add comment for new method
This commit is contained in:
parent
d0a9a3a594
commit
b5c7185374
@ -497,6 +497,10 @@ class Extension
|
|||||||
return $this->build_static;
|
return $this->build_static;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Returns the environment variables a shared extension needs to be built.
|
||||||
|
* CFLAGS, CXXFLAGS, LDFLAGS and so on.
|
||||||
|
*/
|
||||||
protected function getSharedExtensionEnv(): array
|
protected function getSharedExtensionEnv(): array
|
||||||
{
|
{
|
||||||
$config = (new SPCConfigUtil($this->builder))->config(
|
$config = (new SPCConfigUtil($this->builder))->config(
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user