mirror of
https://github.com/libretro/libretro-super
synced 2024-12-01 04:03:00 +00:00
iOS script needs to set WORKDIR (others will too)
This commit is contained in:
parent
ee6d41ef8b
commit
5b4c000813
@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
WORKDIR="${PWD}"
|
||||||
BASE_DIR="$PWD"
|
BASE_DIR="$PWD"
|
||||||
RARCH_DIR=$BASE_DIR/dist
|
RARCH_DIR=$BASE_DIR/dist
|
||||||
RARCH_DIST_DIR=$RARCH_DIR/ios
|
RARCH_DIST_DIR=$RARCH_DIR/ios
|
||||||
|
Loading…
Reference in New Issue
Block a user