We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f12714 commit d4903bdCopy full SHA for d4903bd
1 file changed
config.w32
@@ -11,7 +11,7 @@ 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 D:/a/php-ext-lz4/php-ext-lz/lz4");
+ ADD_FLAG("CFLAGS_LZ4", " /I ../../lz4/lib");
15
}
16
17
PHP_INSTALL_HEADERS("ext/lz4/", "php_lz4.h");
0 commit comments