mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 12:54:30 +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 {
|
||||
CONFIG(static) {
|
||||
LIBS+= -Wl,-Bstatic
|
||||
}
|
||||
LIBS+= \
|
||||
-Wl,-Bstatic \
|
||||
-lboost_serialization \
|
||||
-lboost_thread \
|
||||
-lboost_system \
|
||||
|
@ -82,6 +84,7 @@ linux {
|
|||
-lssl \
|
||||
-lcrypto \
|
||||
-Wl,-Bdynamic \
|
||||
-lunwind \
|
||||
-ldl
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue