Skip to content
Snippets Groups Projects
Commit 46b3f9b5 authored by Kateryna Kostiuk's avatar Kateryna Kostiuk
Browse files

iOS: disable libarchive

Change-Id: Ie13c40d5567c433da56825663e46755152993f56
parent ed3be064
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@ do
CC="xcrun -sdk $SDK clang"
CXX="xcrun -sdk $SDK clang++"
SDKROOT="$SDKROOT" ../bootstrap --host="$HOST" --disable-libav --enable-ffmpeg
SDKROOT="$SDKROOT" ../bootstrap --host="$HOST" --disable-libav --disable-plugin --disable-libarchive --enable-ffmpeg
echo "Building contrib"
make fetch
......@@ -130,6 +130,8 @@ do
RING_CONF="--host=$HOST \
--without-dbus \
--disable-plugin \
--disable-libarchive \
--enable-static \
--disable-shared \
--prefix=$IOS_TOP_DIR/DEPS/$ARCH"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment