diff options
| author | luigi1111 <luigi1111w@gmail.com> | 2018-03-31 14:43:00 -0500 |
|---|---|---|
| committer | luigi1111 <luigi1111w@gmail.com> | 2018-03-31 14:43:00 -0500 |
| commit | 2a8d6f192aa2e550ffccc7c47020d49577aa83f1 (patch) | |
| tree | 4e59abbd67b0bf4d19b63cd3d0d457bb68ad8d24 | |
| parent | 4fc34f68861d768b4888a9bd84443146e27bf84e (diff) | |
| parent | 2067cbec319f35620010b64527fe1325604a4ea1 (diff) | |
| download | monzero-gui-2a8d6f192aa2e550ffccc7c47020d49577aa83f1.tar.gz monzero-gui-2a8d6f192aa2e550ffccc7c47020d49577aa83f1.tar.xz monzero-gui-2a8d6f192aa2e550ffccc7c47020d49577aa83f1.zip | |
Merge pull request #1205
2067cbe link to boost lib filenames from msys2 package
| -rw-r--r-- | monero-wallet-gui.pro | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/monero-wallet-gui.pro b/monero-wallet-gui.pro index 50d3e0e0..ab204975 100644 --- a/monero-wallet-gui.pro +++ b/monero-wallet-gui.pro @@ -217,15 +217,15 @@ win32 { LIBS+= \ -Wl,-Bstatic \ - -lboost_serialization-mt-s \ - -lboost_thread-mt-s \ - -lboost_system-mt-s \ - -lboost_date_time-mt-s \ - -lboost_filesystem-mt-s \ - -lboost_regex-mt-s \ - -lboost_chrono-mt-s \ - -lboost_program_options-mt-s \ - -lboost_locale-mt-s \ + -lboost_serialization-mt \ + -lboost_thread-mt \ + -lboost_system-mt \ + -lboost_date_time-mt \ + -lboost_filesystem-mt \ + -lboost_regex-mt \ + -lboost_chrono-mt \ + -lboost_program_options-mt \ + -lboost_locale-mt \ -licuio \ -licuin \ -licuuc \ |
