summaryrefslogtreecommitdiff
path: root/build_single.sh
diff options
context:
space:
mode:
authorCzarek Nakamoto <cyjan@mrcyjanek.net>2024-06-27 07:40:32 +0200
committerCzarek Nakamoto <cyjan@mrcyjanek.net>2024-06-27 07:40:32 +0200
commitb2ac946c43a8fb5447e7a2b70d04e24f39702bd9 (patch)
tree62a5ced0d858c1845b1d275c90e3a1487eaa8f34 /build_single.sh
parent1829cb8feb46f3f24b5d332c9f74804a255faa10 (diff)
remove woodpecker config
static libc++ on android
Diffstat (limited to 'build_single.sh')
-rwxr-xr-xbuild_single.sh11
1 files changed, 0 insertions, 11 deletions
diff --git a/build_single.sh b/build_single.sh
index bded7ce..31a788d 100755
--- a/build_single.sh
+++ b/build_single.sh
@@ -377,15 +377,4 @@ pushd release/$repo
rm ${HOST_ABI}_libssp-0.dll.xz || true
xz -e ${HOST_ABI}_libssp-0.dll
fi
- if [[ "$HOST_ABI" == "x86_64-linux-android" || "$HOST_ABI" == "i686-linux-android" || "$HOST_ABI" == "aarch64-linux-android" || "$HOST_ABI" == "armv7a-linux-androideabi" ]];
- then
- SYSROOT_TRIPLET=${HOST_ABI}
- if [[ "${HOST_ABI}" == "armv7a-linux-androideabi" ]];
- then
- SYSROOT_TRIPLET="arm-linux-androideabi"
- fi
- cp ../../$repo/contrib/depends/${HOST_ABI}/native/sysroot/usr/lib/${SYSROOT_TRIPLET}/libc++_shared.so ${HOST_ABI}_libc++_shared.so
- rm ${HOST_ABI}_libc++_shared.so.xz || true
- xz -e ${HOST_ABI}_libc++_shared.so
- fi
popd