summaryrefslogtreecommitdiff
path: root/src/third_party/cares/scripts/host_config.sh
diff options
context:
space:
mode:
Diffstat (limited to 'src/third_party/cares/scripts/host_config.sh')
-rwxr-xr-xsrc/third_party/cares/scripts/host_config.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/third_party/cares/scripts/host_config.sh b/src/third_party/cares/scripts/host_config.sh
index 0714c773264..bb822bb088e 100755
--- a/src/third_party/cares/scripts/host_config.sh
+++ b/src/third_party/cares/scripts/host_config.sh
@@ -41,5 +41,5 @@ $SRC_DIR/configure \
CC=$TOOLCHAIN_ROOT/bin/gcc
CXX=$TOOLCHAIN_ROOT/bin/g++
-make CC=$CC CXX=$CXX install
+make CC=$CC CXX=$CXX -j16 install
popd