Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/xs
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2016-12-15 11:46:41 +0300
committerbubnikv <bubnikv@gmail.com>2016-12-15 11:46:41 +0300
commitc1f4d06be24c0ee41c2c5301f3c01aff6252b8dd (patch)
tree30ae2dcde5bf0e18df6d1ca442f6510718f844d9 /xs
parent56e87e3bdb15ee22b5b435a7263b56583c791c88 (diff)
define -DBOOST_LOG_DYN_LINK for boost::log
Diffstat (limited to 'xs')
-rw-r--r--xs/Build.PL2
1 files changed, 1 insertions, 1 deletions
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