mirror of
https://github.com/monero-project/monero-gui
synced 2025-01-21 11:57:28 +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:
commit
6075592f62
@ -201,6 +201,9 @@ linux {
|
|||||||
contains(QT_ARCH, x86_64) {
|
contains(QT_ARCH, x86_64) {
|
||||||
LIBS+= -lunbound
|
LIBS+= -lunbound
|
||||||
}
|
}
|
||||||
|
} else {
|
||||||
|
# On some distro's we need to add dynload
|
||||||
|
LIBS+= -ldl
|
||||||
}
|
}
|
||||||
|
|
||||||
LIBS+= \
|
LIBS+= \
|
||||||
|
Loading…
Reference in New Issue
Block a user