mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-25 06:15:43 +08:00
[build] fix NPROCS detection
This commit is contained in:
@@ -58,6 +58,7 @@ GENERATE_KEYS ?= 0
|
||||
# Number of processes can also be explicitly set with e.g. J=4
|
||||
# For serial compilation, call make with J=1
|
||||
NPROCS := 1
|
||||
UNAME = $(shell uname -s)
|
||||
J ?= AUTO
|
||||
ifeq ($J,AUTO)
|
||||
ifeq ($(UNAME),Linux)
|
||||
|
||||
Reference in New Issue
Block a user