Frei0r works without extra lib on master now

This commit is contained in:
BtbN 2021-09-22 15:08:28 +02:00
parent 353ee9e29c
commit f4de61ca32
2 changed files with 1 additions and 21 deletions

View file

@ -5,6 +5,7 @@ FREI0R_COMMIT="86475d3e11e1061bf161e6ed3830fe2cf3d172ac"
ffbuild_enabled() {
[[ $VARIANT == lgpl* ]] && return -1
[[ $ADDINS_STR == *4.4* ]] && return -1
return 0
}