mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-13 11:56:32 +02:00
pro: option for static build
Distribution packages want dynamic builds.
This commit is contained in:
parent
a3fa1913a6
commit
74a90651c7
@ -69,8 +69,10 @@ win32 {
|
||||
}
|
||||
|
||||
linux {
|
||||
CONFIG(static) {
|
||||
LIBS+= -Wl,-Bstatic
|
||||
}
|
||||
LIBS+= \
|
||||
-Wl,-Bstatic \
|
||||
-lboost_serialization \
|
||||
-lboost_thread \
|
||||
-lboost_system \
|
||||
|
Loading…
Reference in New Issue
Block a user