We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9596ab1 + ab748d5 commit f9d6735Copy full SHA for f9d6735
1 file changed
ext/uri/config.w32
@@ -2,7 +2,7 @@ EXTENSION("uri", "php_uri.c php_uri_common.c uri_parser_rfc3986.c uri_parser_wha
2
3
AC_DEFINE("URI_ENABLE_ANSI", 1, "Define to 1 for enabling ANSI support of uriparser.")
4
AC_DEFINE("URI_NO_UNICODE", 1, "Define to 1 for disabling unicode support of uriparser.")
5
-ADD_FLAG("CFLAGS_URI", "/D URI_STATIC_BUILD");
+ADD_FLAG("CFLAGS_URI", "/D URI_STATIC_BUILD /D LEXBOR_STATIC");
6
7
ADD_EXTENSION_DEP('uri', 'lexbor');
8
ADD_SOURCES("ext/uri/uriparser/src", "UriCommon.c UriCompare.c UriCopy.c UriEscape.c UriFile.c UriIp4.c UriIp4Base.c \
0 commit comments