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
diff options
context:
space:
mode:
authorbubnikv <bubnikv@gmail.com>2017-08-18 10:58:50 +0300
committerbubnikv <bubnikv@gmail.com>2017-08-18 10:58:50 +0300
commit401059066eeb8de3a3a8576ba532cd9150710423 (patch)
treeaba3910be12b25d89599c5b56a9f82d0e4e397fe /utils/view-mesh.pl
parent952ca18bf9e84835d72838d54a5ccfb484af2fcd (diff)
Switched to Perl local::lib for local compilation.
Taken from upstream Slic3r, thanks @alexrj.
Diffstat (limited to 'utils/view-mesh.pl')
-rw-r--r--utils/view-mesh.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/utils/view-mesh.pl b/utils/view-mesh.pl
index 66f1f3ead..03153ab3f 100644
--- a/utils/view-mesh.pl
+++ b/utils/view-mesh.pl
@@ -7,6 +7,7 @@ use warnings;
BEGIN {
use FindBin;
use lib "$FindBin::Bin/../lib";
+ use local::lib "$FindBin::Bin/../local-lib";
}
use Getopt::Long qw(:config no_auto_abbrev);