Skip to content

Commit 8e6dba0

Browse files
committed
Trying to fix Windows builds
1 parent 4d88b3f commit 8e6dba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ext/lexbor/config.w32

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ARG_ENABLE("lexbor", "Lexbor support", "yes");
44

55
if (PHP_LEXBOR == "yes") {
6-
EXTENSION("lexbor", "php_lexbor.c", null, "-Iext/lexbor /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
6+
EXTENSION("lexbor", "php_lexbor.c", null, "/Iext/lexbor /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1");
77

88
ADD_SOURCES("ext/lexbor", "php_lexbor.c", "lexbor");
99
ADD_SOURCES("ext/lexbor/lexbor/ports/windows_nt/lexbor/core", "memory.c", "lexbor");
@@ -26,5 +26,5 @@ if (PHP_LEXBOR == "yes") {
2626

2727
AC_DEFINE("HAVE_LEXBOR", 1, "Define to 1 if the PHP extension 'lexbor' is available.");
2828

29-
PHP_INSTALL_HEADERS("ext/lexbor", "php_lexbor.h");
29+
PHP_INSTALL_HEADERS("ext/lexbor", "php_lexbor.h lexbor/ lexbor/core/types.h lexbor/encoding/encoding.h lexbor/html/parser.h");
3030
}

0 commit comments

Comments
 (0)