mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 21:04:32 +00: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:
commit
6075592f62
1 changed files with 3 additions and 0 deletions
|
@ -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+= \
|
||||
|
|
Loading…
Reference in a new issue