add libunwind for android

This commit is contained in:
MoroccanMalinois 2017-01-02 16:34:35 +00:00
parent 2ce0024a10
commit 84453912b1
1 changed files with 1 additions and 1 deletions

View File

@ -53,7 +53,7 @@ if [ ! -d build ]; then mkdir build; fi
# Platform indepenent settings
platform=$(get_platform)
if [ "$platform" == "linux32" ] || [ "$platform" == "linux64" ]; then
if [ "$ANDROID" != true ] && ([ "$platform" == "linux32" ] || [ "$platform" == "linux64" ]); then
distro=$(lsb_release -is)
if [ "$distro" == "Ubuntu" ]; then
CONFIG="$CONFIG libunwind_off"