mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:17:26 -04:00
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 indepenent settings
|
||||||
platform=$(get_platform)
|
platform=$(get_platform)
|
||||||
if [ "$platform" == "linux32" ] || [ "$platform" == "linux64" ]; then
|
if [ "$ANDROID" != true ] && ([ "$platform" == "linux32" ] || [ "$platform" == "linux64" ]); then
|
||||||
distro=$(lsb_release -is)
|
distro=$(lsb_release -is)
|
||||||
if [ "$distro" == "Ubuntu" ]; then
|
if [ "$distro" == "Ubuntu" ]; then
|
||||||
CONFIG="$CONFIG libunwind_off"
|
CONFIG="$CONFIG libunwind_off"
|
||||||
|
|||||||
Reference in New Issue
Block a user