mirror of
https://github.com/monero-project/monero-gui.git
synced 2026-04-01 23:17:26 -04:00
linux 32 build config test
This commit is contained in:
@@ -217,9 +217,9 @@ linux {
|
|||||||
message("using static libraries")
|
message("using static libraries")
|
||||||
LIBS+= -Wl,-Bstatic
|
LIBS+= -Wl,-Bstatic
|
||||||
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
|
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
|
||||||
contains(QT_ARCH, x86_64) {
|
# contains(QT_ARCH, x86_64) {
|
||||||
LIBS+= -lunbound
|
LIBS+= -lunbound
|
||||||
}
|
# }
|
||||||
} else {
|
} else {
|
||||||
# On some distro's we need to add dynload
|
# On some distro's we need to add dynload
|
||||||
LIBS+= -ldl
|
LIBS+= -ldl
|
||||||
|
|||||||
Reference in New Issue
Block a user