Skip to content

Commit 7d135d9

Browse files
committed
Fix Windows linking (maybe)
1 parent 1f43056 commit 7d135d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/lexbor/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ADD_SOURCES("ext/lexbor/lexbor/css/syntax", "state.c parser.c syntax.c anb.c tok
1818
ADD_SOURCES("ext/lexbor/lexbor/css/syntax/tokenizer", "error.c","lexbor");
1919
ADD_SOURCES("ext/lexbor/lexbor/ns", "ns.c","lexbor");
2020
ADD_SOURCES("ext/lexbor/lexbor/tag", "tag.c","lexbor");
21-
ADD_FLAG("CFLAGS_LEXBOR", "/D LEXBOR_STATIC /utf-8");
21+
ADD_FLAG("CFLAGS_LEXBOR", "/D LEXBOR_BUILDING /utf-8");
2222

2323
AC_DEFINE("HAVE_LEXBOR", 1, "Define to 1 if the PHP extension 'lexbor' is available.");
2424
AC_DEFINE("LEXBOR_VERSION", "2.5.0", "Define the main Lexbor version")

0 commit comments

Comments
 (0)