mirror of
https://github.com/azerothcore/azerothcore-wotlk.git
synced 2025-12-15 14:50:44 -08:00
refactor(Apps/Defines): Codefactor warning (#3714)
This commit is contained in:
parent
fb69db212f
commit
9ce76376da
3 changed files with 4 additions and 4 deletions
|
|
@ -46,7 +46,7 @@ function comp_configure() {
|
|||
|
||||
|
||||
function comp_compile() {
|
||||
[ $MTHREADS == 0 ] && MTHREADS=`grep -c ^processor /proc/cpuinfo` && MTHREADS=$(($MTHREADS + 2))
|
||||
[ $MTHREADS == 0 ] && MTHREADS=$(grep -c ^processor /proc/cpuinfo) && MTHREADS=$(($MTHREADS + 2))
|
||||
|
||||
echo "Using $MTHREADS threads"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue