Remove superfluous variable

pull/363/head
BtbN 2024-03-18 21:08:31 +01:00
parent 8679b66883
commit 33079e6154
1 changed files with 0 additions and 2 deletions

View File

@ -123,8 +123,6 @@ for addin in ${ADDINS[*]}; do
source "addins/${addin}.sh"
done
export FFBUILD_PREFIX="$(docker run --rm "$IMAGE" bash -c 'echo $FFBUILD_PREFIX')"
for script in scripts.d/**/*.sh; do
FF_CONFIGURE+=" $(get_output $script configure)"
FF_CFLAGS+=" $(get_output $script cflags)"