Skip to content

Commit ee94dcf

Browse files
committed
Adding @
1 parent 49fc4dd commit ee94dcf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
- run:
5555
name: Pre-build (set up MSVC)
5656
command: |
57-
<< parameters.vspath >>\VC\Auxiliary\Build\vcvarsall.bat << parameters.arch >>
57+
@"<< parameters.vspath >>\VC\Auxiliary\Build\vcvarsall.bat" << parameters.arch >>
5858
dist.bat gen
5959
cmake . -G "NMake Makefiles"
6060
shell: cmd.exe

0 commit comments

Comments
 (0)