提交 12706c7c 编写于 作者: T tangfangzhi

correct a typo

上级 04908b1f
...@@ -151,7 +151,7 @@ def pre_test_build_win() { ...@@ -151,7 +151,7 @@ def pre_test_build_win() {
call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat" x64 call "C:\\Program Files (x86)\\Microsoft Visual Studio\\2017\\Community\\VC\\Auxiliary\\Build\\vcvarsall.bat" x64
set CL=/MP8 set CL=/MP8
cmake .. -G "NMake Makefiles JOM" cmake .. -G "NMake Makefiles JOM"
jom -j || exit 8 jom -j 4 || exit 8
time /t time /t
''' '''
return 1 return 1
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册