Skip to content

Commit 5565934

Browse files
committed
build.sh: fix shields parameter
1 parent 11d6bac commit 5565934

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: extra/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ fi
1717
source venv/bin/activate
1818

1919
if [ "$third_arg" != "" ]; then
20-
extra_args="--shield $shield"
20+
extra_args="--shield $third_arg"
2121
fi
2222

2323
(west build loader -b $board -p $extra_args && west build -t llext-edk)

0 commit comments

Comments
 (0)