Skip to content

Commit ee2cf7f

Browse files
committed
Add build-swift.sh
1 parent 886a4a0 commit ee2cf7f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ libiconv-libicu-android
33

44
Port of libiconv and libicu to Android
55

6-
You will need NDK r15, curl, autoconf, automake, libtool, and git installed.
6+
You will need NDK r16, curl, autoconf, automake, libtool, and git installed.
77

88
There are no sources and no patches - everything is done with magical build scripts,
9-
just run build.sh and enjoy.
9+
just run build-swift.sh and enjoy.
1010
Don't forget to strip them, because they are huge with debug info included.
1111

1212
There is no mips architecture, because there are very few devices using this architecture in the wild.

build-swift.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
SKIP_HARFBUZZ=1 SHARED_ICU=1 SKIP_ICONV=1 ARCHS='armeabi-v7a' LIBSUFFIX=swift ./build.sh

0 commit comments

Comments
 (0)