diff options
| author | Jaquee <jaquee.monero@gmail.com> | 2016-12-20 18:04:15 +0100 |
|---|---|---|
| committer | Jaquee <jaquee.monero@gmail.com> | 2016-12-20 23:31:21 +0100 |
| commit | 4b62b8aa45efe15d21879c6f83cae2aa4687afd3 (patch) | |
| tree | 08bf85415e840dbbff2b029cc8d5edc46cb6bec1 | |
| parent | 35151807385e32f4b21a21a642fca362e8a89f49 (diff) | |
| download | monzero-gui-4b62b8aa45efe15d21879c6f83cae2aa4687afd3.tar.gz monzero-gui-4b62b8aa45efe15d21879c6f83cae2aa4687afd3.tar.xz monzero-gui-4b62b8aa45efe15d21879c6f83cae2aa4687afd3.zip | |
linux: build with static boost
| -rw-r--r-- | monero-wallet-gui.pro | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index d37ed528..4baf1716 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -129,9 +129,7 @@ win32 { } linux { - CONFIG(static) { - LIBS+= -Wl,-Bstatic - } + LIBS+= -Wl,-Bstatic LIBS+= \ -lboost_serialization \ -lboost_thread \ |
