Skip to content
Snippets Groups Projects
Verified Commit 4d0d06a2 authored by Sébastien Villemot's avatar Sébastien Villemot
Browse files

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

(cherry picked from commit cf0c2858)
parent 2310f1f6
Branches
Tags
No related merge requests found
Pipeline #8215 passed
# 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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment