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