Android build settings

pull/2/head
Jaquee 7 years ago
parent 806f496faf
commit 5e877c7939

@ -86,7 +86,7 @@ ios:arm64 {
LIBS += \
-L$$PWD/../ofxiOSBoost/build/libs/boost/lib/arm64 \
}
!ios {
!ios:!android {
LIBS += -L$$WALLET_ROOT/lib \
-lwallet_merged \
-lepee \
@ -95,6 +95,17 @@ LIBS += -L$$WALLET_ROOT/lib \
-lreadline \
}
android {
message("Host is Android")
LIBS += -L$$WALLET_ROOT/lib \
-lwallet_merged \
-lepee \
-lunbound \
-leasylogging
}
ios {
message("Host is IOS")