Skip to content

Commit d7270f3

Browse files
author
Joel Winarske
committed
tv5
1 parent 8dab5c8 commit d7270f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ before_script:
5353

5454
- msvcenv="__msvc.bat"
5555
- echo "@echo off" > "$msvcenv"
56-
- echo "call C:\Progra~2\Microsoft Visual Studio\2017\BuildTools\VC\Auxiliary\Build\vcvarsall.bat ${VS2017}" >> "$msvcenv"
56+
- echo "call /c/Progra~2/Microsoft\ Visual\ Studio/2017/BuildTools/VC/Auxiliary/Build/vcvarsall.bat ${VS2017}" >> "$msvcenv"
5757
- echo "set" >> "$msvcenv"
5858
- cmd "/K $msvcenv"
5959
# > "$msenv.tmp"

0 commit comments

Comments
 (0)