Skip to content

Commit

Permalink
restore changes to common.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
filipenf committed Oct 10, 2023
1 parent c6a2112 commit 5b8aff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mcrouter/scripts/common.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ PKG_DIR="$1"
INSTALL_DIR="$2"
INSTALL_AUX_DIR="$3"
shift $#
MAKE_ARGS="$@ -j4"
MAKE_ARGS="$@ -j$(nproc)"
SCRIPT_DIR="$(cd "$(dirname "$0")" && pwd)"

mkdir -p "$PKG_DIR" "$INSTALL_DIR"
Expand Down

0 comments on commit 5b8aff2

Please sign in to comment.