define -DBOOST_LOG_DYN_LINK for boost::log

This commit is contained in:
bubnikv 2016-12-15 09:46:41 +01:00
parent 56e87e3bdb
commit c1f4d06be2

View File

@ -121,7 +121,7 @@ my @boost_libraries = qw(system thread log); # we need these
if (!$ENV{SLIC3R_STATIC}) {
# Dynamic linking of boost libraries.
push @cflags, qw(-BOOST_LOG_DYN_LINK);
push @cflags, qw(-DBOOST_LOG_DYN_LINK);
if (! $mswin) {
# Check without explicit lib path (works on Linux and OSX).
$have_boost = 1