Skip to content
Closed
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: 3 additions & 0 deletions scripts/west_commands/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -238,6 +238,9 @@ def do_run(self, args, remainder):
self.run_cmake = True
else:
self._update_cache()
# Find board from cache if it wasn't specified
if not board:
board, origin = self._find_board()
if (self.args.cmake or self.args.cmake_opts or
self.args.cmake_only or self.args.snippets or
self.args.shields or self.args.extra_conf_files or
Expand Down
Loading