aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorredfish <redfish@galactica.pw>2016-09-03 05:58:05 +0000
committerredfish <redfish@galactica.pw>2016-09-03 04:11:57 -0400
commit010a2156b83e0f5fc78ea7ea754f54d8ac184257 (patch)
tree18958e4b9f34d8d7d1cf1046caabc59517e634de
parent74a90651c769983335144554a395d4e616221d04 (diff)
downloadmonzero-gui-010a2156b83e0f5fc78ea7ea754f54d8ac184257.tar.gz
monzero-gui-010a2156b83e0f5fc78ea7ea754f54d8ac184257.tar.xz
monzero-gui-010a2156b83e0f5fc78ea7ea754f54d8ac184257.zip
pro: link against libunwind
Otherwise link fails with missing symbols.
-rw-r--r--monero-core.pro1
1 files changed, 1 insertions, 0 deletions
diff --git a/monero-core.pro b/monero-core.pro
index 057b3368..1159d69b 100644
--- a/monero-core.pro
+++ b/monero-core.pro
@@ -84,6 +84,7 @@ linux {
-lssl \
-lcrypto \
-Wl,-Bdynamic \
+ -lunwind \
-ldl
}