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.
2 parents c661121 + 6b643f0 commit 8cc8d48Copy full SHA for 8cc8d48
win32/build/confutils.js
@@ -1989,6 +1989,7 @@ function generate_makefile()
1989
var lib = "php_" + extensions_enabled[i][0] + ".lib";
1990
var dll = "php_" + extensions_enabled[i][0] + ".dll";
1991
MF.WriteLine(" @copy $(BUILD_DIR)\\" + lib + " $(BUILD_DIR_DEV)\\lib");
1992
+ MF.WriteLine(" @if not exist $(PHP_PREFIX) mkdir $(PHP_PREFIX) >nul");
1993
MF.WriteLine(" @copy $(BUILD_DIR)\\" + dll + " $(PHP_PREFIX)");
1994
}
1995
} else {
0 commit comments