We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a4fab57 commit afb741dCopy full SHA for afb741d
1 file changed
do-compile/android/xml2.sh
@@ -17,10 +17,10 @@
17
# can't use cmake,because ios undeclared function 'getentropy'
18
# https://gitlab.gnome.org/GNOME/libxml2/-/issues/774#note_2174500
19
# ./cmake-compatible.sh "-DBUILD_SHARED_LIBS=0 -DLIBXML2_WITH_PROGRAMS=0 -DLIBXML2_WITH_ZLIB=1 -DLIBXML2_WITH_PYTHON=0 -DLIBXML2_WITH_ICONV=1"
20
-
+# android platform not provide iconv,apple platform provided.
21
22
set -e
23
24
-CFG_FLAGS="-Ddocs=disabled -Ddebugging=disabled -Dpython=disabled -Dzlib=enabled"
+CFG_FLAGS="-Ddocs=disabled -Ddebugging=disabled -Dpython=disabled -Dzlib=enabled -Diconv=disabled"
25
26
./meson-compatible.sh "$CFG_FLAGS"
0 commit comments