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.
1 parent 675606f commit 6b643f0Copy full SHA for 6b643f0
win32/build/confutils.js
@@ -1968,6 +1968,7 @@ function generate_makefile()
1968
var lib = "php_" + extensions_enabled[i][0] + ".lib";
1969
var dll = "php_" + extensions_enabled[i][0] + ".dll";
1970
MF.WriteLine(" @copy $(BUILD_DIR)\\" + lib + " $(BUILD_DIR_DEV)\\lib");
1971
+ MF.WriteLine(" @if not exist $(PHP_PREFIX) mkdir $(PHP_PREFIX) >nul");
1972
MF.WriteLine(" @copy $(BUILD_DIR)\\" + dll + " $(PHP_PREFIX)");
1973
}
1974
} else {
0 commit comments