mirror of
https://github.com/monero-project/monero-gui.git
synced 2024-11-16 15:58:11 +00:00
separate LIBS sections for macx, linux and win32
This commit is contained in:
parent
8b26bc4a4d
commit
b0f77c817c
1 changed files with 16 additions and 1 deletions
|
@ -65,7 +65,7 @@ win32 {
|
||||||
-lgdi32
|
-lgdi32
|
||||||
}
|
}
|
||||||
|
|
||||||
unix {
|
linux {
|
||||||
LIBS+= \
|
LIBS+= \
|
||||||
-Wl,-Bstatic \
|
-Wl,-Bstatic \
|
||||||
-lboost_serialization \
|
-lboost_serialization \
|
||||||
|
@ -82,6 +82,21 @@ unix {
|
||||||
-ldl
|
-ldl
|
||||||
}
|
}
|
||||||
|
|
||||||
|
macx {
|
||||||
|
LIBS+= \
|
||||||
|
-lboost_serialization \
|
||||||
|
-lboost_thread \
|
||||||
|
-lboost_system \
|
||||||
|
-lboost_date_time \
|
||||||
|
-lboost_filesystem \
|
||||||
|
-lboost_regex \
|
||||||
|
-lboost_chrono \
|
||||||
|
-lboost_program_options \
|
||||||
|
-lssl \
|
||||||
|
-lcrypto \
|
||||||
|
-ldl
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# translations files;
|
# translations files;
|
||||||
|
|
Loading…
Reference in a new issue