add comment for new method

This commit is contained in:
henderkes 2025-09-18 18:20:26 +02:00
parent d0a9a3a594
commit b5c7185374

View File

@ -497,6 +497,10 @@ class Extension
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
{
$config = (new SPCConfigUtil($this->builder))->config(