We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5c99a9 commit 8a7be0bCopy full SHA for 8a7be0b
1 file changed
config.w32
@@ -11,7 +11,6 @@ if (PHP_LZ4 != "no") {
11
if (get_define("LZ4_MODULE_PATH")) {
12
ADD_FLAG("CFLAGS_LZ4", " /I " + get_define("LZ4_MODULE_PATH") + "\\lz4\\lib");
13
}else {
14
- ADD_FLAG("CFLAGS_LZ4", " /I ..\\..\\lz4\\lib");
15
ADD_FLAG("CFLAGS_LZ4", " /I D:\\a\\php-ext-lz4\\php-ext-lz4\\lz4");
16
}
17
0 commit comments