iOS script needs to set WORKDIR (others will too)

This commit is contained in:
T. Joseph Carter 2015-02-06 04:24:49 -08:00
parent ee6d41ef8b
commit 5b4c000813

View File

@ -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