Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion prepareCurl.bat
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ CALL %msVS_Path%\VC\Auxiliary\Build\vcvarsall.bat %currentBuildCompilerOption%
IF !ERRORLEVEL! EQU 1 CALL:error 1 "Could not setup %~1 compiler"

REM vcvarsall.bat moves to users folder so cs is necessary
CD !folder!
CD /D !folder!
IF %logLevel% GEQ %trace% (
nmake /f Makefile.vc mode=dll VC=%msVS_Version% DEBUG=yes MACHINE=%~1
) ELSE (
Expand Down