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
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
3232mkdir -p ${WORKDIR} /products
3333chmod ugo+rwx ${WORKDIR} /products
Original file line number Diff line number Diff line change 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
5555mkdir -p ${WORKDIR} /products
5656
You can’t perform that action at this time.
0 commit comments