diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2019-08-27 14:56:11 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2019-08-27 14:56:11 -0500 |
| commit | bdceff63807b77622d1660ed3657f92b4c399fef (patch) | |
| tree | d782e9502a8852c7cbdd08d5b64ebbccd6be9da6 | |
| parent | 17c61f897a9b2555fce845fd6ab7e67ce33cfe56 (diff) | |
| parent | e660b2d169f8fdfec01ab8a6cf84662a44606e56 (diff) | |
| download | monzero-gui-bdceff63807b77622d1660ed3657f92b4c399fef.tar.gz monzero-gui-bdceff63807b77622d1660ed3657f92b4c399fef.tar.xz monzero-gui-bdceff63807b77622d1660ed3657f92b4c399fef.zip | |
Merge pull request #2355
e660b2d build: link libstdc++ on Windows to statically link libwinpthreads (xiphon)
| -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 737a6875..0a2f0a2e 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -287,6 +287,7 @@ win32 { -licudt \ -licutu \ -liconv \ + -lstdc++ \ -lpthread \ -lsetupapi \ -lssl \ |
