linux 32 build config test

This commit is contained in:
Jaquee 2017-03-27 21:42:01 +02:00
parent fb456fc5fe
commit f6535354e4

View file

@ -217,9 +217,9 @@ linux {
message("using static libraries")
LIBS+= -Wl,-Bstatic
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
contains(QT_ARCH, x86_64) {
# contains(QT_ARCH, x86_64) {
LIBS+= -lunbound
}
# }
} else {
# On some distro's we need to add dynload
LIBS+= -ldl