We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea08ef8 commit c7127e7Copy full SHA for c7127e7
ext/mbstring/config.w32
@@ -10,7 +10,7 @@ if (PHP_MBSTRING != "no") {
10
11
STDOUT.WriteLine("Using bundled libmbfl...");
12
13
- ADD_FLAG("CFLAGS_MBSTRING", "-Iext/mbstring/libmbfl -Iext/mbstring/libmbfl/mbfl \
+ ADD_FLAG("CFLAGS_MBSTRING", "-Iext/mbstring -Iext/mbstring/libmbfl -Iext/mbstring/libmbfl/mbfl \
14
/D HAVE_STRICMP /D MBFL_DLL_EXPORT=1 /DZEND_ENABLE_STATIC_TSRMLS_CACHE=1")
15
16
FSO.CopyFile("ext\\mbstring\\libmbfl\\config.h.w32",
0 commit comments