#!/bin/bash git clone https://github.com/libimobiledevice/libplist set -e cd libplist git reset HEAD --hard git checkout bfc97788f081584ced9cd35d85b69b3fec6b907c export CFLAGS="-I$PREFIX/include -O3" export CPPFLAGS="-I$PREFIX/include -O3" export LDFLAGS="-L$PREFIX/lib" ./autogen.sh --host="$xHOST" --prefix="$PREFIX" --without-cython make make install