Skip to content

Commit d687186

Browse files
committed
- Fix #29085, bad default include_path on Windows
1 parent 7ff7f97 commit d687186

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

win32/build/config.w32

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ ARG_ENABLE('zts', 'Thread safety', 'yes');
109109
// Configures the hard-coded installation dir
110110
ARG_ENABLE('prefix', 'where PHP will be installed', '');
111111
if (PHP_PREFIX == '') {
112-
PHP_PREFIX = "C:\\php" + PHP_VERSION;
112+
PHP_PREFIX = "C:\\php";
113113
if (PHP_DEBUG == "yes")
114114
PHP_PREFIX += "\\debug";
115115
}

0 commit comments

Comments
 (0)