Skip to content

Commit 1e0a850

Browse files
committed
test
1 parent 05f1562 commit 1e0a850

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-make-dep.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,5 @@ cd $SRC_DIR
1212
if [ -e ./configure ]; then
1313
CFLAGS="$CFLAGS" ./configure $@
1414
fi
15+
make -j$(nproc)
1516
make ${INSTALL_TARGET:-install} PREFIX=$INSTALL_PREFIX

0 commit comments

Comments
 (0)