Skip to content

Commit e21bb52

Browse files
authored
Apply suggestion from @henderkes
1 parent 0ed1bbc commit e21bb52

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/SPC/store/SourcePatcher.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public static function patchBeforeConfigure(BuilderBase $builder): void
130130
FileSystem::replaceFileStr(
131131
SOURCE_PATH . '/php-src/configure',
132132
"for ac_arg in '' -std=gnu23",
133-
"for ac_arg in ''"
133+
"for ac_arg in '' -std=gnu17",
134134
);
135135
}
136136

0 commit comments

Comments
 (0)