mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +00:00
pro: option for static build
Distribution packages want dynamic builds.
This commit is contained in:
parent
a3fa1913a6
commit
74a90651c7
1 changed files with 3 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 \
|
||||||
|
|
Loading…
Reference in a new issue