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:
iDunk5400 2018-06-02 21:49:50 +02:00
parent cd46edb23f
commit 254553f90e
No known key found for this signature in database
GPG key ID: 0F1715596D812FD8

View file

@ -245,6 +245,7 @@ win32 {
-lssl \
-lcrypto \
-Wl,-Bdynamic \
-lwinscard \
-lws2_32 \
-lwsock32 \
-lIphlpapi \