update scons nodes

This commit is contained in:
Adeeb Shihadeh
2021-02-19 23:52:13 -08:00
parent abebb68eb9
commit d9892cceef

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'))