forked from Public/monero-gui
Merge pull request #478
3759e27spelling (MiWCryptAnalytics)20517cffix: add ldl to non-static linux builds (MiWCryptAnalytics)2e8306bPotential fix for undefined reference 'dlsym' linux (MiWCryptAnalytics)
This commit is contained in:
@@ -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+= \
|
||||||
|
|||||||
Reference in New Issue
Block a user