We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 985dd9a commit ddc9242Copy full SHA for ddc9242
build-android.sh
100644
100755
@@ -16,10 +16,15 @@ echo "warning: this script assumes it's running from the root of the libiconv-li
16
# Create armeabi-v7a dir
17
mkdir armeabi-v7a && cd armeabi-v7a
18
tar xvf ../icu4c-55_1-src.tgz
19
+cd ..
20
-# Edit icu configure file
21
+# Patch icu configure file
22
+patch -i swift-android-source-patches/build.patch
23
-# Edit build.sh file
24
+# Patch build.sh file
25
+cd armeabi-v7a/icu/source/
26
+patch -i ../../../swift-android-source-patches/icu-configure.patch
27
+cd ../../..
28
29
# 🎉 Run build.sh, with the edited sources
30
./build.sh
0 commit comments