diff options
| author | Riccardo Spagni <ric@spagni.net> | 2016-09-10 12:51:39 +0200 |
|---|---|---|
| committer | Riccardo Spagni <ric@spagni.net> | 2016-09-10 12:51:39 +0200 |
| commit | 70397e271fac8d2e53fe0a383c85f88497f53030 (patch) | |
| tree | 08c8a8d3d8efedf6e093fad4e18ecc29ac8ccd2f | |
| parent | a71fb0dbfcc67cee0ca649119403e40e0db15cf2 (diff) | |
| parent | 010a2156b83e0f5fc78ea7ea754f54d8ac184257 (diff) | |
| download | monzero-gui-70397e271fac8d2e53fe0a383c85f88497f53030.tar.gz monzero-gui-70397e271fac8d2e53fe0a383c85f88497f53030.tar.xz monzero-gui-70397e271fac8d2e53fe0a383c85f88497f53030.zip | |
Merge pull request #13
010a215 pro: link against libunwind (redfish)
74a9065 pro: option for static build (redfish)
| -rw-r--r-- | monero-core.pro | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/monero-core.pro b/monero-core.pro index 4b2bbf25..1159d69b 100644 --- a/monero-core.pro +++ b/monero-core.pro @@ -69,8 +69,10 @@ win32 { } linux { + CONFIG(static) { + LIBS+= -Wl,-Bstatic + } LIBS+= \ - -Wl,-Bstatic \ -lboost_serialization \ -lboost_thread \ -lboost_system \ @@ -82,6 +84,7 @@ linux { -lssl \ -lcrypto \ -Wl,-Bdynamic \ + -lunwind \ -ldl } |
