mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-02 14:25:41 +08:00
Apply suggestion from @henderkes
This commit is contained in:
@@ -130,7 +130,7 @@ class SourcePatcher
|
|||||||
FileSystem::replaceFileStr(
|
FileSystem::replaceFileStr(
|
||||||
SOURCE_PATH . '/php-src/configure',
|
SOURCE_PATH . '/php-src/configure',
|
||||||
"for ac_arg in '' -std=gnu23",
|
"for ac_arg in '' -std=gnu23",
|
||||||
"for ac_arg in ''"
|
"for ac_arg in '' -std=gnu17",
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user