Skip to content

Commit 8524fdc

Browse files
Attempt to fix the windows build failure
1 parent e31bfe4 commit 8524fdc

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/intl/config.w32

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ if (PHP_INTL != "no") {
3939
formatter_main.c \
4040
formatter_parse.c \
4141
", "intl");
42+
ADD_SOURCES(configure_module_dirname + "/listformatter", "\
43+
listformatter_class.c \
44+
listformatter_data.c \
45+
", "intl");
4246
ADD_SOURCES(configure_module_dirname + "/locale", "\
4347
locale.c \
4448
locale_class.c \

0 commit comments

Comments
 (0)