forked from Public/monero-gui
pro: option for static build
Distribution packages want dynamic builds.
This commit is contained in:
@@ -69,8 +69,10 @@ win32 {
|
||||
}
|
||||
|
||||
linux {
|
||||
CONFIG(static) {
|
||||
LIBS+= -Wl,-Bstatic
|
||||
}
|
||||
LIBS+= \
|
||||
-Wl,-Bstatic \
|
||||
-lboost_serialization \
|
||||
-lboost_thread \
|
||||
-lboost_system \
|
||||
|
||||
Reference in New Issue
Block a user