From c1f4d06be24c0ee41c2c5301f3c01aff6252b8dd Mon Sep 17 00:00:00 2001 From: bubnikv Date: Thu, 15 Dec 2016 09:46:41 +0100 Subject: [PATCH] define -DBOOST_LOG_DYN_LINK for boost::log --- xs/Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/Build.PL b/xs/Build.PL index e64a9a399..1cce94940 100644 --- a/xs/Build.PL +++ b/xs/Build.PL @@ -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