mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-12-23 12:09:57 +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
|
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 \
|
||||||
|
-lusb-1.0 \
|
||||||
|
-lhidapi-hidraw \
|
||||||
|
-ludev
|
||||||
# }
|
# }
|
||||||
} else {
|
} else {
|
||||||
# On some distro's we need to add dynload
|
# On some distro's we need to add dynload
|
||||||
|
|
Loading…
Reference in a new issue