From: fennecdjay Date: Tue, 28 Feb 2023 11:46:06 +0000 (+0100) Subject: :bug: emved script X-Git-Tag: nightly~189 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=2c847669eed74a5cbf7e2b7f0a6585c9827f8a6f;p=gwion.git :bug: emved script --- 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