0
0
mirror of https://github.com/zeromq/libzmq.git synced 2024-12-28 07:58:14 +08:00

Problem: qt-android build script out of date

Solution: copy changes from latest zproject
This commit is contained in:
Joe Eli McIlvain 2015-01-28 17:30:35 -08:00
parent 4ad2edff38
commit 2894634829

View File

@ -16,8 +16,15 @@ android_build_opts
# Use a temporary build directory
cache="/tmp/android_build/${TOOLCHAIN_NAME}"
rm -rf "${cache}"
mkdir -p "${cache}"
# Check for environment variable to clear the prefix and do a clean build
if [[ $ANDROID_BUILD_CLEAN ]]; then
echo "Doing a clean build (removing previous build and depedencies)..."
rm -rf "${ANDROID_BUILD_PREFIX}"/*
fi
##
# Build libsodium from latest release tarball