Apply suggestion from @henderkes

This commit is contained in:
Marc 2025-12-10 08:42:28 +01:00 committed by GitHub
parent dce63d3c87
commit a54021bf19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -576,7 +576,7 @@ class Extension
protected function getExtraEnv(): array
{
return ['CFLAGS' => ''];
return [];
}
/**