From a544cd7d39c8056bc8b998f81262168504efb2ea Mon Sep 17 00:00:00 2001 From: Adeeb Shihadeh Date: Thu, 7 May 2026 15:36:42 -0700 Subject: [PATCH] don't need nproc, scons is smart! --- tools/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index 90696ab4e6..1ea42bbe1d 100644 --- a/tools/README.md +++ b/tools/README.md @@ -29,7 +29,7 @@ source .venv/bin/activate **4. Build openpilot** ``` bash -scons -u -j$(nproc) +scons -u ``` ## WSL on Windows