mirror of
https://github.com/autc04/Retro68.git
synced 2024-11-28 21:49:33 +00:00
Merge pull request #133 from ryandesign/patch-3
Remove unused ARCHS variable
This commit is contained in:
commit
153eb65074
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user