Skip to content

Commit 3690df0

Browse files
committed
Fix Windows build
1 parent c66af62 commit 3690df0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/dom/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if (PHP_DOM == "yes") {
3636
ADD_SOURCES("ext/dom/lexbor/lexbor/css/syntax/tokenizer", "error.c", "dom");
3737
ADD_SOURCES("ext/dom/lexbor/lexbor/ns", "ns.c", "dom");
3838
ADD_SOURCES("ext/dom/lexbor/lexbor/tag", "tag.c", "dom");
39-
ADD_FLAG("CFLAGS_DOM", "/D LEXBOR_STATIC ");
39+
ADD_FLAG("CFLAGS_DOM", "/D LEXBOR_STATIC /utf-8 ");
4040

4141
AC_DEFINE("HAVE_DOM", 1, "Define to 1 if the PHP extension 'dom' is available.");
4242

0 commit comments

Comments
 (0)