Skip to content

Commit 8cc8d48

Browse files
committed
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5: create the php prefix if doesn't exist
2 parents c661121 + 6b643f0 commit 8cc8d48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

win32/build/confutils.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1989,6 +1989,7 @@ function generate_makefile()
19891989
var lib = "php_" + extensions_enabled[i][0] + ".lib";
19901990
var dll = "php_" + extensions_enabled[i][0] + ".dll";
19911991
MF.WriteLine(" @copy $(BUILD_DIR)\\" + lib + " $(BUILD_DIR_DEV)\\lib");
1992+
MF.WriteLine(" @if not exist $(PHP_PREFIX) mkdir $(PHP_PREFIX) >nul");
19921993
MF.WriteLine(" @copy $(BUILD_DIR)\\" + dll + " $(PHP_PREFIX)");
19931994
}
19941995
} else {

0 commit comments

Comments
 (0)