Skip to content

Commit 7cb513c

Browse files
committed
- idn build for win
1 parent 4670e62 commit 7cb513c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ext/intl/config.w32

+3
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@ if (PHP_INTL != "no") {
6363
dateformat_parse.c \
6464
dateformat_data.c \
6565
", "intl");
66+
ADD_SOURCES(configure_module_dirname + "/idn", "\
67+
idn.c",
68+
"intl");
6669
ADD_FLAG("LIBS_INTL", "icudt.lib icuin.lib icuio.lib icule.lib iculx.lib");
6770
AC_DEFINE("HAVE_INTL", 1, "Internationalization support enabled");
6871
} else {

0 commit comments

Comments
 (0)