android: fix build

This commit is contained in:
selsta
2019-08-10 22:09:30 +02:00
parent 55b4425c5d
commit 049cef9ce3
2 changed files with 5 additions and 5 deletions

View File

@@ -337,13 +337,13 @@ linux {
-llmdb \
-lsodium \
-lhidapi-libusb \
-lcrypto $$TREZOR_LINKER \
-lX11
-lcrypto $$TREZOR_LINKER
if(!android) {
LIBS+= \
-Wl,-Bdynamic \
-lGL
-lGL \
-lX11
}
# currently monero has an issue with "static" build and linunwind-dev,
# so we link libunwind-dev only for non-Ubuntu distros