mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-19 10:31:09 +00:00
add libunwind for android
This commit is contained in:
parent
2ce0024a10
commit
84453912b1
1 changed files with 1 additions and 1 deletions
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"
|
||||
|
|
Loading…
Reference in a new issue