mirror of
https://github.com/monero-project/monero-gui
synced 2024-12-02 07:41:23 +01:00
Linking libsodium
This commit is contained in:
parent
f0cd704fad
commit
3e9df9d975
@ -118,7 +118,8 @@ LIBS += -L$$WALLET_ROOT/lib \
|
||||
-llmdb \
|
||||
-lepee \
|
||||
-lunbound \
|
||||
-leasylogging \
|
||||
-lsodium \
|
||||
-leasylogging
|
||||
}
|
||||
|
||||
android {
|
||||
@ -128,6 +129,7 @@ android {
|
||||
-llmdb \
|
||||
-lepee \
|
||||
-lunbound \
|
||||
-lsodium \
|
||||
-leasylogging
|
||||
}
|
||||
|
||||
@ -147,6 +149,7 @@ ios {
|
||||
-llmdb \
|
||||
-lepee \
|
||||
-lunbound \
|
||||
-lsodium \
|
||||
-leasylogging
|
||||
|
||||
LIBS+= \
|
||||
@ -246,6 +249,7 @@ win32 {
|
||||
-licutu \
|
||||
-liconv \
|
||||
-lssl \
|
||||
-lsodium \
|
||||
-lcrypto \
|
||||
-Wl,-Bdynamic \
|
||||
-lwinscard \
|
||||
@ -291,6 +295,7 @@ linux {
|
||||
-lboost_program_options \
|
||||
-lssl \
|
||||
-llmdb \
|
||||
-lsodium \
|
||||
-lcrypto
|
||||
|
||||
if(!android) {
|
||||
@ -329,6 +334,7 @@ macx {
|
||||
-lboost_chrono \
|
||||
-lboost_program_options \
|
||||
-lssl \
|
||||
-lsodium \
|
||||
-lcrypto \
|
||||
-ldl
|
||||
LIBS+= -framework PCSC
|
||||
|
Loading…
Reference in New Issue
Block a user