Skip to content

Commit 46a06df

Browse files
committed
Fix source directory for patch target
1 parent 51d93f8 commit 46a06df

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

swift-ci/sdks/android/build-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ source ./scripts/toolchain-vars.sh
2727

2828
# Check-out and patch the sources
2929
./scripts/fetch-source.sh --source-dir ${WORKDIR}/source --swift-tag ${SWIFT_TAG}
30-
${WORKDIR}/source/swift-android-patches/apply-patches.sh ${WORKDIR}/source
30+
${WORKDIR}/source/swift-android-patches/apply-patches.sh ${WORKDIR}/source/swift-project
3131

3232
mkdir -p ${WORKDIR}/products
3333
chmod ugo+rwx ${WORKDIR}/products

swift-ci/sdks/android/build-local

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ fi
5050

5151
# Check-out and patch the sources
5252
./scripts/fetch-source.sh --source-dir ${WORKDIR}/source --swift-tag ${SWIFT_TAG}
53-
${WORKDIR}/source/swift-android-patches/apply-patches.sh ${WORKDIR}/source
53+
${WORKDIR}/source/swift-android-patches/apply-patches.sh ${WORKDIR}/source/swift-project
5454

5555
mkdir -p ${WORKDIR}/products
5656

0 commit comments

Comments
 (0)