mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-02-22 09:40:22 +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 {
|
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 New Issue
Block a user