1
mirror of https://github.com/monero-project/monero-gui synced 2024-12-22 03:15:52 +01:00

linux: build with static boost

This commit is contained in:
Jaquee 2016-12-20 18:04:15 +01:00
parent 3515180738
commit 4b62b8aa45

View File

@ -129,9 +129,7 @@ win32 {
}
linux {
CONFIG(static) {
LIBS+= -Wl,-Bstatic
}
LIBS+= -Wl,-Bstatic
LIBS+= \
-lboost_serialization \
-lboost_thread \