update scons nodes

old-commit-hash: d9892cceef962e2dbbf571b172e56a7e8e20d6cd
This commit is contained in:
Adeeb Shihadeh
2021-02-19 23:52:13 -08:00
parent 4dd0362615
commit af1398268b
+1 -1
View File
@@ -27,7 +27,7 @@ from selfdrive.version import version, dirty
os.environ['BASEDIR'] = BASEDIR
sys.path.append(os.path.join(BASEDIR, "pyextra"))
TOTAL_SCONS_NODES = 1040
TOTAL_SCONS_NODES = 1225
MAX_BUILD_PROGRESS = 70
WEBCAM = os.getenv("WEBCAM") is not None
PREBUILT = os.path.exists(os.path.join(BASEDIR, 'prebuilt'))