Fix Wii/Gamecube build scripts

This commit is contained in:
twinaphex 2015-02-23 08:57:17 +01:00
parent 9420290f63
commit 2be9fc3de9
2 changed files with 2 additions and 0 deletions

View file

@ -3,6 +3,7 @@
SCRIPT=$(readlink -f $0)
BASE_DIR=$(dirname $SCRIPT)
WORKDIR="$PWD"
RARCH_DIR=$BASE_DIR/dist
RARCH_DIST_DIR=$RARCH_DIR/ngc
FORMAT=_ngc

View file

@ -3,6 +3,7 @@
SCRIPT=$(readlink -f $0)
BASE_DIR=$(dirname $SCRIPT)
WORKDIR="$PWD"
RARCH_DIR=$BASE_DIR/dist
RARCH_DIST_DIR=$RARCH_DIR/wii
FORMAT=_wii