File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
#
3
3
# ===----------------------------------------------------------------------===
4
4
#
@@ -42,4 +42,10 @@ $DOCKER run -i --rm \
42
42
-v ./source:/source \
43
43
-v ./products:/products \
44
44
swift-android \
45
- /scripts/build.sh --source-dir /source --products-dir /products --android-api ${ANDROID_API} --host-toolchain /usr/local/swift --archs ${TARGET_ARCHS}
45
+ /scripts/build.sh \
46
+ --source-dir /source \
47
+ --products-dir /products \
48
+ --host-toolchain /usr/local/swift \
49
+ --android-api ${ANDROID_API} \
50
+ --ndk-home /usr/local/ndk/${ANDROID_NDK_VERSION} \
51
+ --archs ${TARGET_ARCHS}
Original file line number Diff line number Diff line change 1
- #! /bin/bash -ex
1
+ #! /bin/bash -e
2
2
#
3
3
# ===----------------------------------------------------------------------===
4
4
#
You can’t perform that action at this time.
0 commit comments