mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-09 04:20:26 +00:00
Add libwinscard to link line on Windows
This fixes monero-wallet-gui linking error in MSYS2 since PC/SC hw device support was added to Windows builds
This commit is contained in:
parent
cd46edb23f
commit
254553f90e
1 changed files with 1 additions and 0 deletions
|
@ -245,6 +245,7 @@ win32 {
|
|||
-lssl \
|
||||
-lcrypto \
|
||||
-Wl,-Bdynamic \
|
||||
-lwinscard \
|
||||
-lws2_32 \
|
||||
-lwsock32 \
|
||||
-lIphlpapi \
|
||||
|
|
Loading…
Reference in a new issue