Skip to content

Commit 2eab8b6

Browse files
committed
fix build script
1 parent d2aa735 commit 2eab8b6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

build.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,12 @@ main() {
8989
default="${BUILD_DIR}${X86_DIR}/${CONFIGURATION}-iphonesimulator"
9090
CURRENTCONFIG_X86_DEVICE_DIR=${CURRENTCONFIG_X86_DEVICE_DIR:-$default}
9191
default="${BUILD_DIR}${X8664_DIR}/${CONFIGURATION}-iphonesimulator"
92-
92+
CURRENTCONFIG_X8664_SIMULATOR_DIR=${CURRENTCONFIG_X8664_SIMULATOR_DIR:-$default}
93+
ACTION="clean build"
94+
9395
DEVICE_SDK="iphoneos"
9496
SIM_SDK="iphonesimulator"
95-
97+
9698
rm -rf "$RELEASE_DIR_BASE"
9799
mkdir -p "$RELEASE_DIR_BASE"
98100
RELEASE_DIR="$RELEASE_DIR_BASE"

0 commit comments

Comments
 (0)