Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion AdaptixServer/extenders/beacon_agent/src_beacon/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ MINIZ_TRIM_FLAGS := -DMINIZ_NO_STDIO -DMINIZ_NO_ARCHIVE_APIS -DMINIZ_NO_ARCHIVE_

.PHONY: all clean pre x64 x86

NPROC := $(shell nproc)
NPROC := $(shell nproc 2>/dev/null || sysctl -n hw.ncpu 2>/dev/null || echo 4)
ifeq ($(MAKELEVEL), 0)
MAKEFLAGS += -j$(NPROC) --no-print-directory
endif
Expand Down