Roll release/4.4

This commit is contained in:
nanake 2021-04-04 13:38:55 +07:00 committed by BtbN
parent bc49c2cc2e
commit 75db19361e
9 changed files with 6 additions and 12 deletions

View file

@ -4,7 +4,6 @@ UAVS3D_REPO="https://github.com/uavs3/uavs3d.git"
UAVS3D_COMMIT="85a165fadca9e2d8bd0d25febc1fed96cdcf8351"
ffbuild_enabled() {
[[ $ADDINS_STR == *4.3* ]] && return -1
[[ $TARGET == win32 ]] && return -1
return 0
}
@ -27,6 +26,5 @@ ffbuild_configure() {
}
ffbuild_unconfigure() {
[[ $ADDINS_STR == *4.3* ]] && return 0
echo --disable-libuavs3d
}