From 87b70ef68033f89fdcd632cb088e1dae4c08f923 Mon Sep 17 00:00:00 2001 From: fennecdjay Date: Tue, 28 Feb 2023 12:59:00 +0100 Subject: [PATCH] :bug: embed script --- scripts/embed.bash | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/embed.bash b/scripts/embed.bash index 37513880..c5ce77f1 100644 --- a/scripts/embed.bash +++ b/scripts/embed.bash @@ -216,7 +216,7 @@ array_is_ok "$ldflags" && { standalone=$(jq -rc '.standalone' <<< "$json") [ "$standalone" = "true" ] && { - array_is_ok "$args" || config echo "CFLAGS += -DGWION_CONFIG_ARGS" + array_is_ok "$args" || config "CFLAGS += -DGWION_CONFIG_ARGS" config "CFLAGS += -DGWION_STANDALONE" } : -- 2.43.0