Skip to content

Commit afb741d

Browse files
committed
android platform not provide iconv
1 parent a4fab57 commit afb741d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

do-compile/android/xml2.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
# can't use cmake,because ios undeclared function 'getentropy'
1818
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/774#note_2174500
1919
# ./cmake-compatible.sh "-DBUILD_SHARED_LIBS=0 -DLIBXML2_WITH_PROGRAMS=0 -DLIBXML2_WITH_ZLIB=1 -DLIBXML2_WITH_PYTHON=0 -DLIBXML2_WITH_ICONV=1"
20-
20+
# android platform not provide iconv,apple platform provided.
2121

2222
set -e
2323

24-
CFG_FLAGS="-Ddocs=disabled -Ddebugging=disabled -Dpython=disabled -Dzlib=enabled"
24+
CFG_FLAGS="-Ddocs=disabled -Ddebugging=disabled -Dpython=disabled -Dzlib=enabled -Diconv=disabled"
2525

2626
./meson-compatible.sh "$CFG_FLAGS"

0 commit comments

Comments
 (0)