mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-11-01 21:21:10 -06:00
Log support through boost::log
This commit is contained in:
parent
e67e37c772
commit
0d20a81354
5 changed files with 64 additions and 1 deletions
|
|
@ -117,7 +117,7 @@ if (defined $ENV{BOOST_LIBRARYDIR}) {
|
|||
|
||||
# In order to generate the -l switches we need to know how Boost libraries are named
|
||||
my $have_boost = 0;
|
||||
my @boost_libraries = qw(system thread); # we need these
|
||||
my @boost_libraries = qw(system thread log); # we need these
|
||||
|
||||
# check without explicit lib path (works on Linux)
|
||||
if (! $mswin) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue