macOS package: replace another use of “nproc” by “sysctl -n hw.ncpu”

silicon
Sébastien Villemot 2023-03-14 15:33:17 +01:00
parent ff318d1163
commit cf0c285870
No known key found for this signature in database
GPG Key ID: 2CECE9350ECEBE4A
1 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
# Copyright © 2019 Dynare Team
# Copyright © 2019-2023 Dynare Team
#
# This file is part of Dynare.
#
@ -17,7 +17,7 @@
.PHONY: all deps clean-deps clean clean-all build
NTHREADS=$(shell nproc)
NTHREADS=$(shell sysctl -n hw.ncpu)
all: build