File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ set script_path=%~dp0
4141set log_file = %script_path% compile.log
4242echo .> " %log_file% "
4343
44- set outpath = " %cd% "
44+ set " outpath = %cd% "
4545
4646where git > nul 2 > nul || (call :pm-echo-error " git is required" & exit 1)
4747where cmake > nul 2 > nul || (call :pm-echo-error " cmake is required" & exit 1)
@@ -124,7 +124,7 @@ call :get-zip https://github.com/php/php-src/archive/%PHP_GIT_REV%.zip || call :
124124move php-src-%PHP_GIT_REV% php-src >> " %log_file% " 2 >& 1 || call :pm-fatal-error " Failed to move PHP source to target directory"
125125
126126set DEPS_DIR_NAME = deps
127- set DEPS_DIR = " %SOURCES_PATH% \%DEPS_DIR_NAME% "
127+ set " DEPS_DIR = %SOURCES_PATH% \%DEPS_DIR_NAME% "
128128
129129call :pm-echo " Downloading PHP dependencies into %DEPS_DIR% ..."
130130call bin\phpsdk_deps.bat -u -t %VC_VER% -b %PHP_MAJOR_VER% -a %ARCH% -f -d %DEPS_DIR_NAME% >> " %log_file% " 2 >& 1 || exit 1
You can’t perform that action at this time.
0 commit comments