Skip to content

Commit

Permalink
Add build-swift.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
lanza committed Apr 10, 2018
1 parent 886a4a0 commit ee2cf7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ libiconv-libicu-android

Port of libiconv and libicu to Android

You will need NDK r15, curl, autoconf, automake, libtool, and git installed.
You will need NDK r16, curl, autoconf, automake, libtool, and git installed.

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

There is no mips architecture, because there are very few devices using this architecture in the wild.
Expand Down
1 change: 1 addition & 0 deletions build-swift.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
SKIP_HARFBUZZ=1 SHARED_ICU=1 SKIP_ICONV=1 ARCHS='armeabi-v7a' LIBSUFFIX=swift ./build.sh

0 comments on commit ee2cf7f

Please sign in to comment.