File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ source ./scripts/toolchain-vars.sh
27
27
28
28
# Check-out and patch the sources
29
29
./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
31
31
32
32
mkdir -p ${WORKDIR} /products
33
33
chmod ugo+rwx ${WORKDIR} /products
Original file line number Diff line number Diff line change 50
50
51
51
# Check-out and patch the sources
52
52
./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
54
54
55
55
mkdir -p ${WORKDIR} /products
56
56
You can’t perform that action at this time.
0 commit comments