From: fennecdjay Date: Tue, 28 Feb 2023 11:59:00 +0000 (+0100) Subject: :bug: embed script X-Git-Tag: nightly~188 X-Git-Url: http://10.10.0.4:5575/?a=commitdiff_plain;h=87b70ef68033f89fdcd632cb088e1dae4c08f923;p=gwion.git :bug: embed script --- 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" } :