Skip to content

Commit

Permalink
Merge branch 'php/8.2' into php/8.3-preview
Browse files Browse the repository at this point in the history
  • Loading branch information
dktapps committed Aug 23, 2023
2 parents 4e00db0 + 9f984a1 commit 0486d42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -422,7 +422,7 @@ exit 0
set "VS_PATH=C:\%~3\Microsoft Visual Studio\%~1"
if exist "%VS_PATH%" (
set CMAKE_TARGET=Visual Studio %~2 %~1
call :pm-echo "Found Visual Studio %~1 in ^%VS_PATH%"
call :pm-echo "Found Visual Studio %~1 in %VS_PATH%"
exit /B 0
) else (
call :pm-echo "DID NOT FIND VS %~1"
Expand Down

0 comments on commit 0486d42

Please sign in to comment.