forked from Public/monero-gui
Merge pull request #13
010a215pro: link against libunwind (redfish)74a9065pro: option for static build (redfish)
This commit is contained in:
@@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user