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
a8f0f88a34
commit
2b690d6883
@ -564,6 +564,11 @@ while read line; do
|
|||||||
BUILD="YES"
|
BUILD="YES"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ "${PREVCORE}" == *"fb"* ]] && [[ "${PREVBUILD}" = "YES" ]] && [[ "${NAME}" == *"fba"* ]]; then
|
||||||
|
FORCE="YES"
|
||||||
|
BUILD="YES"
|
||||||
|
fi
|
||||||
|
|
||||||
cd ..
|
cd ..
|
||||||
else
|
else
|
||||||
echo "cloning repo..."
|
echo "cloning repo..."
|
||||||
|
Loading…
Reference in New Issue
Block a user