Fix build recipe for multi shield targets
This commit is contained in:
parent
5f32b9533b
commit
b1abaf7b56
1 changed files with 1 additions and 1 deletions
2
Justfile
2
Justfile
|
@ -44,7 +44,7 @@ _parse_targets $expr:
|
|||
_build_single $board $shield *west_args:
|
||||
#!/usr/bin/env bash
|
||||
set -euo pipefail
|
||||
artifact="${shield:+$shield-}${board}"
|
||||
artifact="${shield:+${shield// /+}-}${board}"
|
||||
build_dir="{{ build / '$artifact' }}"
|
||||
|
||||
echo "Building firmware for $artifact..."
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue