From 2c847669eed74a5cbf7e2b7f0a6585c9827f8a6f Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 28 Feb 2023 12:46:06 +0100 Subject: [PATCH] :bug: emved script --- scripts/embed.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/embed.bash b/scripts/embed.bash index a3c55049..37513880 100644 --- a/scripts/embed.bash +++ b/scripts/embed.bash @@ -170,7 +170,7 @@ args=$(jq -rc '.args' <<< "$json") array_is_ok "$args" && { count=0 - echo "CFLAGS += -DGWION_CONFIG_ARGS" >> embed/embed.mk + config "CFLAGS += -DGWION_CONFIG_ARGS" echo "static const char *config_argv[] = {" jq -rc '.[]' <<< "$args" | while read -r arg -- 2.43.0