Skip to content

Commit

Permalink
update prepare.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cyLi-Tiger committed Oct 22, 2023
1 parent ace64d9 commit 583e56e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion third_party/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash -e
set -x
READLINK=readlink
OS=$(uname -s)
if [ $OS = "Darwin" ];then
Expand Down Expand Up @@ -85,7 +86,7 @@ function build_flatcc() {
-DFLATCC_TEST=OFF \
$SOURCE_DIR

make -j`expr $(nproc) - 2`
make -j`expr $(nproc)`
}

if [ ! -e $SRC_DIR/flatcc/bin/flatcc ];then
Expand Down

0 comments on commit 583e56e

Please sign in to comment.