Merge pull request #2346

049cef9 android: fix build (selsta)
This commit is contained in:
luigi1111
2019-09-04 09:42:09 -05:00
2 changed files with 5 additions and 5 deletions

View File

@@ -338,13 +338,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