Skip to content

Commit 23db8c3

Browse files
committed
Revert removal in release patch on the CI that's still needed
1 parent 0e5c1e0 commit 23db8c3

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

swift-android-foundation-release.patch

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,6 @@ index 16e05052609..114e768bdbb 100755
3131
if [[ "${SKIP_CLEAN_FOUNDATION}" == "0" ]]
3232
then
3333
# The Swift project might have been changed, but CMake might
34-
@@ -2558,11 +2563,6 @@ for host in "${ALL_HOSTS[@]}"; do
35-
-DCMAKE_FIND_ROOT_PATH:PATH="${CROSS_COMPILE_DEPS_PATH}"
36-
)
37-
fi
38-
- if [[ "${host}" == "android-"* ]]; then
39-
- cmake_options+=(
40-
- -DCMAKE_HAVE_LIBC_PTHREAD=True
41-
- )
42-
- fi
43-
;;
44-
libdispatch|libdispatch_static)
45-
LIBDISPATCH_BUILD_DIR=$(build_directory ${host} ${product})
4634
@@ -3009,6 +3009,11 @@ for host in "${ALL_HOSTS[@]}"; do
4735
continue
4836
fi

0 commit comments

Comments
 (0)