mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
Build: fix static link to hidapi
This commit is contained in:
parent
2641eda20a
commit
d9280b1711
1 changed files with 4 additions and 1 deletions
|
@ -279,7 +279,10 @@ linux {
|
|||
LIBS+= -Wl,-Bstatic
|
||||
QMAKE_LFLAGS += -static-libgcc -static-libstdc++
|
||||
# contains(QT_ARCH, x86_64) {
|
||||
LIBS+= -lunbound
|
||||
LIBS+= -lunbound \
|
||||
-lusb-1.0 \
|
||||
-lhidapi-hidraw \
|
||||
-ludev
|
||||
# }
|
||||
} else {
|
||||
# On some distro's we need to add dynload
|
||||
|
|
Loading…
Reference in a new issue