mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
link to boost lib filenames from msys2 package
This commit is contained in:
parent
bf8b8f4512
commit
2067cbec31
1 changed files with 9 additions and 9 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue