Skip to content

Commit

Permalink
Build: fix static link to hidapi /monero-gui#1717
Browse files Browse the repository at this point in the history
  • Loading branch information
MoroccanMalinois authored and stoffu committed Nov 28, 2018
1 parent 9317a80 commit 57089a7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion aeon-wallet-gui.pro
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 57089a7

Please sign in to comment.