fix 3ds builds
This commit is contained in:
parent
4aa45f9d17
commit
b709418b36
|
@ -1874,6 +1874,7 @@ if [ "${PLATFORM}" == "ctr" ] && [ "${RA}" == "YES" ]; then
|
|||
echo RADIR=$RADIR
|
||||
|
||||
if [ "${BUILD}" == "YES" -o "${FORCE}" == "YES" -o "${FORCE_RETROARCH_BUILD}" == "YES" -o "${CORES_BUILT}" == "YES" ]; then
|
||||
touch $TMPDIR/built-frontend
|
||||
cd $RADIR
|
||||
git clean -xdf
|
||||
echo "buildbot job: $jobid Building"
|
||||
|
|
Loading…
Reference in New Issue