File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ if is_windows()
25
25
26
26
# Run nmake -f Windows.mk under visual studio command prompt
27
27
cd (@__DIR__ ) do
28
- run (` cmd /C "$vs_cmd_prompt " $arch & nmake -f Windows.mk clean` )
29
- run (` cmd /C "$vs_cmd_prompt " $arch & nmake -f Windows.mk` )
28
+ run (` cmd /C "$vs_cmd_prompt " $arch \ & nmake -f Windows.mk clean` )
29
+ run (` cmd /C "$vs_cmd_prompt " $arch \ & nmake -f Windows.mk` )
30
30
end
31
31
32
32
cd (joinpath (@__DIR__ , " .." , " test" )) do
33
- run (` cmd /C "$vs_cmd_prompt " $arch & nmake -f Windows.mk clean` )
34
- run (` cmd /C "$vs_cmd_prompt " $arch & nmake -f Windows.mk` )
33
+ run (` cmd /C "$vs_cmd_prompt " $arch \ & nmake -f Windows.mk clean` )
34
+ run (` cmd /C "$vs_cmd_prompt " $arch \ & nmake -f Windows.mk` )
35
35
end
36
36
else # for linux or mac
37
37
cd (@__DIR__ ) do
You can’t perform that action at this time.
0 commit comments