forked from organicmaps/organicmaps
fixed build script.
This commit is contained in:
parent
946b67d8dc
commit
4234bc7a37
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ GetCPUCores() {
|
|||
case "$OSTYPE" in
|
||||
linux-gnu) grep -c ^processor /proc/cpuinfo 2>/dev/null
|
||||
;;
|
||||
darwin) sysctl -n hw.ncpu
|
||||
darwin*) sysctl -n hw.ncpu
|
||||
;;
|
||||
*) echo "Unsupported platform in $0"
|
||||
exit 1
|
||||
|
|
Loading…
Add table
Reference in a new issue