1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-03 20:56:23 +01:00

Merge pull request #478

3759e27 spelling (MiWCryptAnalytics)
20517cf fix: add ldl to non-static linux builds (MiWCryptAnalytics)
2e8306b Potential fix for undefined reference 'dlsym' linux (MiWCryptAnalytics)
This commit is contained in:
Riccardo Spagni 2017-02-24 16:02:25 +02:00
commit 6075592f62
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD

View File

@ -201,6 +201,9 @@ linux {
contains(QT_ARCH, x86_64) {
LIBS+= -lunbound
}
} else {
# On some distro's we need to add dynload
LIBS+= -ldl
}
LIBS+= \