Skip to content

Commit 2bc0d05

Browse files
committed
Add ext-gettext for Windows
1 parent d7ee946 commit 2bc0d05

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

config/pkg/ext/builtin-extensions.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,10 +76,13 @@ ext-gd:
7676
arg-type: custom
7777
ext-gettext:
7878
type: php-extension
79-
depends:
79+
depends@unix:
8080
- gettext
81+
depends@windows:
82+
- gettext-win
8183
php-extension:
8284
arg-type: with-path
85+
arg-type@windows: with
8386
ext-gmp:
8487
type: php-extension
8588
depends@unix:

0 commit comments

Comments
 (0)