Skip to content

Commit 0be237f

Browse files
committed
[skip ci] Fix CS
1 parent cc27d9e commit 0be237f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/xml/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if (PHP_XML == "yes") {
1313
if (!PHP_XML_SHARED) {
1414
ADD_FLAG("CFLAGS_XML", "/D LIBXML_STATIC ");
1515
}
16-
PHP_INSTALL_HEADERS("ext/xml/", "expat_compat.h php_xml.h");
16+
PHP_INSTALL_HEADERS("ext/xml", "expat_compat.h php_xml.h");
1717
} else {
1818
WARNING("xml support can't be enabled, libraries or headers are missing")
1919
PHP_XML = "no"

0 commit comments

Comments
 (0)