Skip to content

Commit

Permalink
feat(laze): expose builder as cfg context
Browse files Browse the repository at this point in the history
As builders are contexts, it makes sense to expose them as such as well.
  • Loading branch information
ROMemories authored and kaspar030 committed Apr 19, 2024
1 parent 74e7be6 commit 846665b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions laze-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ contexts:
- "-Clink-arg=--nmagic"
- "-Clink-arg=${LINK_ARG_PREFIX}--no-eh-frame-hdr"
- --cfg builder=\"${builder}\"
- --cfg context=\"${builder}\"
- --cfg context=\"riot-rs\"
FEATURES:
- riot-rs-boards/${BOARD}
Expand Down

0 comments on commit 846665b

Please sign in to comment.