File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -199,7 +199,7 @@ public function patchBeforeBuildconfForWindows(TargetPackage $package): void
199199
200200 // patch micro win32
201201 if ($ package ->getBuildOption ('enable-micro-win32 ' ) && !file_exists ("{$ package ->getSourceDir ()}\\sapi \\micro \\php_micro.c.win32bak " )) {
202- copy ("{$ package ->getSourceDir ()}\\sapi \\micro \\php_micro.c " , "{$ package ->getSourceDir ()}\\php-src \\ sapi \\micro \\php_micro.c.win32bak " );
202+ copy ("{$ package ->getSourceDir ()}\\sapi \\micro \\php_micro.c " , "{$ package ->getSourceDir ()}\\sapi \\micro \\php_micro.c.win32bak " );
203203 FileSystem::replaceFileStr ("{$ package ->getSourceDir ()}\\sapi \\micro \\php_micro.c " , '#include "php_variables.h" ' , '#include "php_variables.h" ' . "\n#define PHP_MICRO_WIN32_NO_CONSOLE 1 " );
204204 } else {
205205 if (file_exists ("{$ package ->getSourceDir ()}\\sapi \\micro \\php_micro.c.win32bak " )) {
You can’t perform that action at this time.
0 commit comments