Commit 34add548 authored by Felix Paul Kühne's avatar Felix Paul Kühne

ios/build.sh: added contrib options taken from the Android port

parent 70a5e265
......@@ -165,7 +165,25 @@ else
export ASCPP="xcrun as"
fi
../bootstrap --host=${TARGET} --build="i686-apple-darwin10" --disable-disc --disable-sout > ${out}
../bootstrap --host=${TARGET} --build="i686-apple-darwin10" --disable-disc --disable-sout \
--enable-small \
--disable-sdl \
--disable-SDL_image \
--disable-fontconfig \
--disable-ass \
--disable-freetype2 \
--disable-fribidi \
--disable-zvbi \
--disable-kate \
--disable-caca \
--disable-gettext \
--disable-mpcdec \
--disable-upnp \
--disable-gme \
--disable-tremor \
--disable-vorbis \
--disable-sidplay2 \
--disable-samplerate > ${out}
make
spopd
......
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