forked from Public/monero-gui
add libunwind for android
This commit is contained in:
2
build.sh
2
build.sh
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user