We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 811ae31 commit 01bf953Copy full SHA for 01bf953
extra/build.sh
@@ -17,7 +17,7 @@ fi
17
source venv/bin/activate
18
19
if [ "$third_arg" != "" ]; then
20
- extra_args="--shield $shield"
+ extra_args="--shield $third_arg"
21
fi
22
23
(west build loader -b $board -p $extra_args && west build -t llext-edk)
0 commit comments