Merge pull request #133 from ryandesign/patch-3

Remove unused ARCHS variable
This commit is contained in:
Wolfgang Thaller 2021-04-19 21:39:04 +02:00 committed by GitHub
commit 153eb65074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 9 deletions

View File

@ -113,15 +113,6 @@ for ARG in $*; do
esac
done
ARCHS=""
if [ $BUILD_68K != false ]; then
ARCHS="$ARCHS m68k"
fi
if [ $BUILD_PPC != false ]; then
ARCHS="$ARCHS powerpc"
fi
##################### Sanity checks
if [ `pwd -P` == "$SRC" ]; then