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

View File

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