Skip to content

Commit

Permalink
bsd ism
Browse files Browse the repository at this point in the history
  • Loading branch information
bpkroth committed Oct 18, 2024
1 parent 2d88dfb commit 5fe9927
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ MKDIR_BUILD := $(shell test -d build || mkdir build)
#CONDA_INFO_LEVEL ?= -q

# Run make in parallel by default.
MAKEFLAGS += -j$(shell nproc)
MAKEFLAGS += -j$(shell nproc 2>/dev/null || sysctl -n hw.ncpu)
#MAKEFLAGS += -Oline

.PHONY: all
Expand Down

0 comments on commit 5fe9927

Please sign in to comment.