Skip to content

Commit 128c918

Browse files
authored
Update run.sh
1 parent ae4c393 commit 128c918

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ if [ ! -x "$(command -v dg_ctl)" ]; then
2323
echo "-- drogon does not exist, downloading..."
2424
git submodule update --init
2525
cd drogon
26+
git submodule update --init
2627
mkdir build
2728
cd build
2829
cmake ..
@@ -89,7 +90,6 @@ fi
8990
echo "-- build folder already exists "
9091
fi
9192
# 获取机器的核心数
92-
CORES=$((CORES-1))
9393
cd build
9494
cmake ..
9595
make clean

0 commit comments

Comments
 (0)