mirror of
https://github.com/php/php-src.git
synced 2024-12-14 04:16:30 +08:00
fixed win32 build when ext/mbstring is enabled.
This commit is contained in:
parent
67b77b06e5
commit
db88da985e
@ -21,3 +21,6 @@ EXTENSION("standard", "array.c base64.c basic_functions.c browscap.c \
|
||||
user_filters.c uuencode.c filters.c proc_open.c \
|
||||
streamsfuncs.c http.c flock_compat.c", false /* never shared */);
|
||||
|
||||
if (PHP_MBREGEX != "no") {
|
||||
CHECK_HEADER_ADD_INCLUDE("oniguruma.h", "CFLAGS_STANDARD", PHP_MBREGEX + ";ext\\mbstring\\oniguruma")
|
||||
}
|
Loading…
Reference in New Issue
Block a user