Trim flags strings

This commit is contained in:
BtbN 2020-09-03 20:08:50 +02:00
parent 96fa0e0420
commit d0c98f1000
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,10 @@ for script in scripts.d/*.sh; do
LDFLAGS+=" $(get_output $script ldflags)"
done
CONFIGURE="$(xargs <<< "$CONFIGURE")"
CFLAGS="$(xargs <<< "$CFLAGS")"
LDFLAGS="$(xargs <<< "$LDFLAGS")"
rm -rf ffbuild
mkdir ffbuild