mirror of
https://github.com/libretro/libretro-super
synced 2024-11-28 20:14:22 +00:00
fix
This commit is contained in:
parent
73e152069c
commit
a00c1f8c8b
@ -564,7 +564,7 @@ while read line; do
|
||||
BUILD="YES"
|
||||
fi
|
||||
|
||||
if [[ "${PREVCORE}" == *"fb"* ]] && [[ "${PREVBUILD}" = "YES" ]] && [[ "${NAME}" == *"fba"* ]]; then
|
||||
if [[ "${PREVCORE}" =~ *.fb.* ]] && [[ "${PREVBUILD}" = "YES" ]] && [[ "${NAME}" =~ .*fba.* ]]; then
|
||||
FORCE="YES"
|
||||
BUILD="YES"
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user