From 846665ba2938b94c59dc4653bea3a0b5f532e6e0 Mon Sep 17 00:00:00 2001 From: ROMemories Date: Fri, 19 Apr 2024 11:47:08 +0200 Subject: [PATCH] feat(laze): expose `builder` as cfg context As builders are contexts, it makes sense to expose them as such as well. --- laze-project.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/laze-project.yml b/laze-project.yml index ec52ed9c8..d94bac28a 100644 --- a/laze-project.yml +++ b/laze-project.yml @@ -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}