(XDK) BASE_DIR no longer hardcoded
This commit is contained in:
parent
2f2dbbc544
commit
b609d92446
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
CORES_DIR=C:/local-repos
|
||||
BASE_DIR=$CORES_DIR/libretro-super
|
||||
BASE_DIR=$(pwd)
|
||||
RARCH_DIR=$BASE_DIR/dist
|
||||
RARCH_DIST_DIR=$RARCH_DIR/xdk1
|
||||
FORMAT=_xdk
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
CORES_DIR=C:/local-repos
|
||||
BASE_DIR=$CORES_DIR/libretro-super
|
||||
BASE_DIR=$(pwd)
|
||||
RARCH_DIR=$BASE_DIR/dist
|
||||
RARCH_DIST_DIR=$RARCH_DIR/xdk360
|
||||
FORMAT=_xdk360
|
||||
|
|
Loading…
Reference in New Issue