未验证 提交 a6950e03 编写于 作者: T Tao Luo 提交者: GitHub

Merge pull request #11378 from wanglei828/fixbuild

Build: add make before make install to catch up CMakeLists change.
...@@ -181,6 +181,7 @@ function build() { ...@@ -181,6 +181,7 @@ function build() {
============================================ ============================================
EOF EOF
make clean make clean
make -j `nproc`
make install -j `nproc` make install -j `nproc`
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册