mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Need to include '-lboost_filesystem' in build #166
This commit is contained in:
@@ -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
|
# In order to generate the -l switches we need to know how Boost libraries are named
|
||||||
my $have_boost = 0;
|
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}) {
|
if (!$ENV{SLIC3R_STATIC}) {
|
||||||
# Dynamic linking of boost libraries.
|
# Dynamic linking of boost libraries.
|
||||||
|
|||||||
Reference in New Issue
Block a user