Skip to content

Commit 82e11e5

Browse files
committed
Fix gettext build
1 parent 955c367 commit 82e11e5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/SPC/builder/unix/library/gettext.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ protected function build(): void
1919
'--disable-java ' .
2020
'--disable-c+ ' .
2121
$extra .
22+
'--with-included-gettext ' .
2223
'--with-libiconv-prefix=' . BUILD_ROOT_PATH . ' ' .
2324
'--prefix=' . BUILD_ROOT_PATH
2425
)

0 commit comments

Comments
 (0)