Skip to content

Commit a54021b

Browse files
authored
Apply suggestion from @henderkes
1 parent dce63d3 commit a54021b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SPC/builder/Extension.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -576,7 +576,7 @@ protected function addExtensionDependency(string $name, bool $optional = false):
576576

577577
protected function getExtraEnv(): array
578578
{
579-
return ['CFLAGS' => ''];
579+
return [];
580580
}
581581

582582
/**

0 commit comments

Comments
 (0)