Skip to content

Commit fbd75cc

Browse files
committed
Fix ADD_SOURCES extension
1 parent ce047d7 commit fbd75cc

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

codecov.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,4 @@ ignore:
99
- "ext/lexbor/lexbor/ports"
1010
- "ext/lexbor/lexbor/tag"
1111
- "ext/pcre/pcre2lib"
12-
- "ext/uri/uriparser/include"
13-
- "ext/uri/uriparser/src"
12+
- "ext/uri/uriparser"

ext/uri/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ AC_DEFINE("URI_ENABLE_ANSI", 1, "Define to 1 for enabling ANSI support of uripar
44
AC_DEFINE("URI_NO_UNICODE", 1, "Define to 1 for disabling unicode support of uriparser.")
55

66
ADD_EXTENSION_DEP('uri', 'lexbor');
7-
ADD_SOURCES("ext/uri/uriparser/src", "UriCommon.c UriCompare.c UriEscape.c UriFile.c UriIp4.c UriIp4Base.c UriMemory.c UriNormalize.c UriNormalizeBase.c UriParse.c UriQuery.c UriRecompose.c UriShorten.c", "lexbor");
87
PHP_INSTALL_HEADERS("ext/uri", "php_uri.h uriparser/src uriparser/include");
8+
ADD_SOURCES("ext/uri/uriparser/src", "UriCommon.c UriCompare.c UriEscape.c UriFile.c UriIp4.c UriIp4Base.c UriMemory.c UriNormalize.c UriNormalizeBase.c UriParse.c UriQuery.c UriRecompose.c UriShorten.c", "uri");

0 commit comments

Comments
 (0)