mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-25 12:05:54 +00:00
Merge pull request #13
010a215
pro: link against libunwind (redfish)74a9065
pro: option for static build (redfish)
This commit is contained in:
commit
70397e271f
1 changed files with 4 additions and 1 deletions
|
@ -69,8 +69,10 @@ win32 {
|
||||||
}
|
}
|
||||||
|
|
||||||
linux {
|
linux {
|
||||||
|
CONFIG(static) {
|
||||||
|
LIBS+= -Wl,-Bstatic
|
||||||
|
}
|
||||||
LIBS+= \
|
LIBS+= \
|
||||||
-Wl,-Bstatic \
|
|
||||||
-lboost_serialization \
|
-lboost_serialization \
|
||||||
-lboost_thread \
|
-lboost_thread \
|
||||||
-lboost_system \
|
-lboost_system \
|
||||||
|
@ -82,6 +84,7 @@ linux {
|
||||||
-lssl \
|
-lssl \
|
||||||
-lcrypto \
|
-lcrypto \
|
||||||
-Wl,-Bdynamic \
|
-Wl,-Bdynamic \
|
||||||
|
-lunwind \
|
||||||
-ldl
|
-ldl
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue