File tree Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Expand file tree Collapse file tree 2 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -59,10 +59,10 @@ $DOCKER run -i --rm \
59
59
-v ${WORKDIR} /products:/products:rw \
60
60
${CONTAINER_NAME} \
61
61
/scripts/build.sh \
62
- --source-dir /source \
63
- --products-dir /products \
64
- --host-toolchain /usr/local/swift \
65
- --build-compiler ${BUILD_COMPILER} \
66
- --android-api ${ANDROID_API} \
67
- --ndk-home /usr/local/ndk/${ANDROID_NDK_VERSION} \
68
- --archs ${TARGET_ARCHS}
62
+ --source-dir " /source" \
63
+ --products-dir " /products" \
64
+ --host-toolchain " /usr/local/swift" \
65
+ --build-compiler " ${BUILD_COMPILER} " \
66
+ --android-api " ${ANDROID_API} " \
67
+ --ndk-home " /usr/local/ndk/${ANDROID_NDK_VERSION} " \
68
+ --archs " ${TARGET_ARCHS} "
Original file line number Diff line number Diff line change @@ -57,11 +57,11 @@ ${WORKDIR}/source/swift-android-patches/apply-patches.sh ${WORKDIR}/source/swift
57
57
mkdir -p ${WORKDIR} /products
58
58
59
59
./scripts/build.sh \
60
- --source-dir ${WORKDIR} /source \
61
- --products-dir ${WORKDIR} /products \
62
- --build-dir ${WORKDIR} /build \
63
- --build-compiler ${BUILD_COMPILER} \
64
- --host-toolchain ${HOST_TOOLCHAIN} \
65
- --android-api ${ANDROID_API} \
66
- --ndk-home ${ANDROID_NDK_HOME} \
67
- --archs ${TARGET_ARCHS}
60
+ --source-dir " ${WORKDIR} /source" \
61
+ --products-dir " ${WORKDIR} /products" \
62
+ --build-dir " ${WORKDIR} /build" \
63
+ --build-compiler " ${BUILD_COMPILER} " \
64
+ --host-toolchain " ${HOST_TOOLCHAIN} " \
65
+ --android-api " ${ANDROID_API} " \
66
+ --ndk-home " ${ANDROID_NDK_HOME} " \
67
+ --archs " ${TARGET_ARCHS} "
You can’t perform that action at this time.
0 commit comments