From 5e2c25b3060afd4b9cd6b4f1ffb68bd581aff821 Mon Sep 17 00:00:00 2001 From: zhaozg Date: Sat, 6 Jan 2024 14:03:52 +0800 Subject: [PATCH] fixup --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index f41c8840..20e0f3fa 100644 --- a/Makefile +++ b/Makefile @@ -43,6 +43,7 @@ ifdef CPACK_BUNDLE CPACK_FLAGS=-DWithPackageBUNDLE=ON endif +NPROCS = 1 ifndef NPROCS ifeq ($(OS),Linux) NPROCS:=$(shell grep -c ^processor /proc/cpuinfo)