Define prefix during build
This commit is contained in:
parent
98def95861
commit
012fed6771
1 changed files with 2 additions and 0 deletions
2
build.sh
2
build.sh
|
@ -18,6 +18,8 @@ get_output() {
|
||||||
source "variants/${VARIANT}.sh"
|
source "variants/${VARIANT}.sh"
|
||||||
source "variants/${TARGET}-${VARIANT}.sh"
|
source "variants/${TARGET}-${VARIANT}.sh"
|
||||||
|
|
||||||
|
export FFBUILD_PREFIX="$(docker run --rm btbn/ffmpeg-builder:win64-gpl bash -c 'echo $FFBUILD_PREFIX')"
|
||||||
|
|
||||||
for script in scripts.d/*.sh; do
|
for script in scripts.d/*.sh; do
|
||||||
FF_CONFIGURE+=" $(get_output $script configure)"
|
FF_CONFIGURE+=" $(get_output $script configure)"
|
||||||
FF_CFLAGS+=" $(get_output $script cflags)"
|
FF_CFLAGS+=" $(get_output $script cflags)"
|
||||||
|
|
Loading…
Reference in a new issue