From 349cf841d6d600594e4d45e68603dbf4f60aee83 Mon Sep 17 00:00:00 2001 From: bubnikv Date: Thu, 2 Mar 2017 16:33:50 +0100 Subject: [PATCH] Need to include '-lboost_filesystem' in build #166 --- xs/Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xs/Build.PL b/xs/Build.PL index 7fa9c1b1a..9cbd79f25 100644 --- a/xs/Build.PL +++ b/xs/Build.PL @@ -118,7 +118,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 log); # we need these +my @boost_libraries = qw(system thread filesystem log); # we need these if (!$ENV{SLIC3R_STATIC}) { # Dynamic linking of boost libraries.