File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -730,16 +730,16 @@ Remove-Item "$SOURCES_PATH\php-src\$ARCH\Release_TS\php-$PHP_DISPLAY_VER\glib-*.
730730Remove-Item " $SOURCES_PATH \php-src\$ARCH \Release_TS\php-$PHP_DISPLAY_VER \gmodule-*.dll" >> $log_file 2>&1
731731Remove-Item - Recurse " $SOURCES_PATH \php-src\$ARCH \Release_TS\php-$PHP_DISPLAY_VER \lib\enchant\" >> $log_file 2>&1
732732
733- mkdir " $outpath \bin\grpc" >> $log_file 2>&1
734- Move-Item " $LIB_BUILD_DIR \grpc\grpc_php_plugin.exe" " $outpath \bin\grpc\grpc_php_plugin.exe" >> $log_file 2>&1
735- Move-Item " $LIB_BUILD_DIR \grpc\third_party\protobuf\protoc.exe" " $outpath \bin\grpc\protoc.exe" >> $log_file 2>&1
736-
737733cd $outpath >> $log_file 2>&1
738734Move-Item - Force " $SOURCES_PATH \php-src\$ARCH \$ ( $OUT_PATH_REL ) _TS\php-debug-pack-*.zip" $outpath
739735Remove-Item - Recurse bin - ErrorAction Continue >> $log_file 2>&1
740736mkdir bin >> $log_file 2>&1
741737Move-Item " $SOURCES_PATH \php-src\$ARCH \$ ( $OUT_PATH_REL ) _TS\php-$PHP_DISPLAY_VER " bin\php
742738
739+ mkdir bin\grpc >> $log_file 2>&1
740+ Move-Item " $LIB_BUILD_DIR \grpc\grpc_php_plugin.exe" " bin\grpc\grpc_php_plugin.exe" >> $log_file 2>&1
741+ Move-Item " $LIB_BUILD_DIR \grpc\third_party\protobuf\protoc.exe" " bin\grpc\protoc.exe" >> $log_file 2>&1
742+
743743$php_exe = " $outpath \bin\php\php.exe"
744744
745745if (! (Test-Path $php_exe )) {
You can’t perform that action at this time.
0 commit comments