1
mirror of https://github.com/monero-project/monero-gui synced 2025-01-03 20:56:23 +01:00

Merge pull request #1162

a0a60eb mac build: link against PCSC
This commit is contained in:
luigi1111 2018-03-13 17:29:15 -04:00
commit 8241991e8a
No known key found for this signature in database
GPG Key ID: F4ACA0183641E010

View File

@ -306,6 +306,7 @@ macx {
-lssl \
-lcrypto \
-ldl
LIBS+= -framework PCSC
QMAKE_LFLAGS += -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack
}