diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-03-13 17:29:15 -0400 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-03-13 17:29:15 -0400 |
| commit | 8241991e8adea23e82c7fad2bdcfd1858f21bd63 (patch) | |
| tree | c917baefc1071baa4adcd2dbd512f2b440d2433f | |
| parent | 5f11583915aec9aade6241291d6f04e9eb648b76 (diff) | |
| parent | a0a60eba69dbb8b0c286eccf6fb1378c064f3ce7 (diff) | |
| download | monzero-gui-8241991e8adea23e82c7fad2bdcfd1858f21bd63.tar.gz monzero-gui-8241991e8adea23e82c7fad2bdcfd1858f21bd63.tar.xz monzero-gui-8241991e8adea23e82c7fad2bdcfd1858f21bd63.zip | |
Merge pull request #1162
a0a60eb mac build: link against PCSC
| -rw-r--r-- | monero-wallet-gui.pro | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 51f67ba1..66821844 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -306,6 +306,7 @@ macx { -lssl \ -lcrypto \ -ldl + LIBS+= -framework PCSC QMAKE_LFLAGS += -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,noexecstack } |
