We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da5c6fd commit c30b34aCopy full SHA for c30b34a
1 file changed
src/SPC/builder/extension/gettext.php
@@ -15,7 +15,7 @@ class gettext extends Extension
15
public function patchBeforeBuildconf(): bool
16
{
17
if ($this->builder instanceof MacOSBuilder) {
18
- FileSystem::replaceFileStr(SOURCE_PATH . '/php-src/ext/gettext/config.m4', 'AC_CHECK_LIB($GETTEXT_CHECK_IN_LIB', 'AC_CHECK_LIB(intl');
+ FileSystem::replaceFileStr(SOURCE_PATH . '/php-src/ext/gettext/config.m4', 'AC_CHECK_LIB([$GETTEXT_CHECK_IN_LIB', 'AC_CHECK_LIB([intl');
19
}
20
return true;
21
0 commit comments