Merge pull request #11378 from wanglei828/fixbuild

Build: add make before make install to catch up CMakeLists change.
wangkuiyi-patch-1
Tao Luo 7 years ago committed by GitHub
commit a6950e03a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -181,6 +181,7 @@ function build() {
============================================
EOF
make clean
make -j `nproc`
make install -j `nproc`
}

Loading…
Cancel
Save