mirror of
https://github.com/libretro/libretro-super
synced 2025-04-16 05:42:35 +00:00
Fix Wii/Gamecube build scripts
This commit is contained in:
parent
9420290f63
commit
2be9fc3de9
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
SCRIPT=$(readlink -f $0)
|
SCRIPT=$(readlink -f $0)
|
||||||
BASE_DIR=$(dirname $SCRIPT)
|
BASE_DIR=$(dirname $SCRIPT)
|
||||||
|
WORKDIR="$PWD"
|
||||||
RARCH_DIR=$BASE_DIR/dist
|
RARCH_DIR=$BASE_DIR/dist
|
||||||
RARCH_DIST_DIR=$RARCH_DIR/ngc
|
RARCH_DIST_DIR=$RARCH_DIR/ngc
|
||||||
FORMAT=_ngc
|
FORMAT=_ngc
|
||||||
|
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
SCRIPT=$(readlink -f $0)
|
SCRIPT=$(readlink -f $0)
|
||||||
BASE_DIR=$(dirname $SCRIPT)
|
BASE_DIR=$(dirname $SCRIPT)
|
||||||
|
WORKDIR="$PWD"
|
||||||
RARCH_DIR=$BASE_DIR/dist
|
RARCH_DIR=$BASE_DIR/dist
|
||||||
RARCH_DIST_DIR=$RARCH_DIR/wii
|
RARCH_DIST_DIR=$RARCH_DIR/wii
|
||||||
FORMAT=_wii
|
FORMAT=_wii
|
||||||
|
Loading…
x
Reference in New Issue
Block a user