diff options
| author | Dan Miller <dan.r.miller@gmail.com> | 2018-03-29 11:53:54 -0700 |
|---|---|---|
| committer | Dan Miller <dan.r.miller@gmail.com> | 2018-03-29 11:53:54 -0700 |
| commit | 2067cbec319f35620010b64527fe1325604a4ea1 (patch) | |
| tree | 530ea6d0ca2dd35ddc0146f8641da20012763958 | |
| parent | bf8b8f4512e318ec0beaf465f7d2eb5c74325bc6 (diff) | |
| download | monzero-gui-2067cbec319f35620010b64527fe1325604a4ea1.tar.gz monzero-gui-2067cbec319f35620010b64527fe1325604a4ea1.tar.xz monzero-gui-2067cbec319f35620010b64527fe1325604a4ea1.zip | |
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 61732a26..7dce63fb 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 \ |
