Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions tools/op.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down
Loading