From 4b62b8aa45efe15d21879c6f83cae2aa4687afd3 Mon Sep 17 00:00:00 2001 From: Jaquee Date: Tue, 20 Dec 2016 18:04:15 +0100 Subject: [PATCH] linux: build with static boost --- monero-wallet-gui.pro | 4 +--- 1 file changed, 1 insertion(+), 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 \