mirror of
https://github.com/BtbN/FFmpeg-Builds.git
synced 2025-04-30 14:44:41 +02:00
Trim flags strings
This commit is contained in:
parent
96fa0e0420
commit
d0c98f1000
4
build.sh
4
build.sh
@ -24,6 +24,10 @@ for script in scripts.d/*.sh; do
|
|||||||
LDFLAGS+=" $(get_output $script ldflags)"
|
LDFLAGS+=" $(get_output $script ldflags)"
|
||||||
done
|
done
|
||||||
|
|
||||||
|
CONFIGURE="$(xargs <<< "$CONFIGURE")"
|
||||||
|
CFLAGS="$(xargs <<< "$CFLAGS")"
|
||||||
|
LDFLAGS="$(xargs <<< "$LDFLAGS")"
|
||||||
|
|
||||||
rm -rf ffbuild
|
rm -rf ffbuild
|
||||||
mkdir ffbuild
|
mkdir ffbuild
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user