mirror of
https://github.com/sunnypilot/sunnypilot.git
synced 2026-07-17 02:02:05 +08:00
op: add -u to scons command line (#38348)
This commit is contained in:
+1
-2
@@ -311,8 +311,7 @@ function op_build() {
|
||||
# needed on AGNOS to not run out of memory
|
||||
op_run_command openpilot/system/manager/build.py
|
||||
else
|
||||
# scons is fine on PC
|
||||
op_run_command scons "$@"
|
||||
op_run_command scons -u "$@"
|
||||
fi
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user