mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-02 11:16:25 +00:00
Cross-plaftorm number of cpu cores
This commit is contained in:
parent
da43e9a93a
commit
fca82f347d
1 changed files with 2 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
|
|
||||||
BITMONERO_URL=https://github.com/mbg033/bitmonero.git
|
BITMONERO_URL=https://github.com/mbg033/bitmonero.git
|
||||||
BITMONERO_BRANCH=fee-mul
|
BITMONERO_BRANCH=fee-mul
|
||||||
CPU_CORE_COUNT=$(grep -c ^processor /proc/cpuinfo)
|
# thanks to SO: http://stackoverflow.com/a/20283965/4118915
|
||||||
|
CPU_CORE_COUNTS=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || sysctl -n hw.ncpu)
|
||||||
pushd $(pwd)
|
pushd $(pwd)
|
||||||
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
ROOT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue