Commit 69c3920a authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

android-config: Disable libxml2 for user build, use long clang names

parent bbe4f5a3
......@@ -36,12 +36,12 @@ PATH=$TOOLCHAIN/bin:$PATH
--host=arm-linux-androideabi \
--build=`dpkg-architecture -qDEB_BUILD_GNU_TYPE` \
--with-xml-prefix="$PREFIX" \
--without-libxml2 \
--disable-python-bindings \
--disable-examples \
--enable-werror \
--disable-threads \
CC=clang \
CXX=clang++ \
CC=arm-linux-androideabi-clang \
CXX=arm-linux-androideabi-clang++ \
CPPFLAGS="-I$PREFIX/include" \
PKG_CONFIG_LIBDIR="$PREFIX/lib/pkgconfig" \
LDFLAGS="-L$PREFIX/lib"
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment