Skip to content

Commit

Permalink
literal
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed May 11, 2021
1 parent 291f93c commit c9ffd60
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/ci/win/cmake.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ path="$loc\VC\Auxiliary\Build"
echo $path
echo "VARSALL"
set -x
cmd.exe /C '/c/Program\\ Files\ (x86)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Auxiliary/Build/vcvarsall.bat x64'
set -x
/c/Program\ Files\ (x86)/Microsoft\ Visual\ Studio/2019/Enterprise/VC/Auxiliary/Build/vcvarsall.bat x64
set +x
echo "WHERE"
where cl.exe
Expand Down

0 comments on commit c9ffd60

Please sign in to comment.