Switched to Perl local::lib for local compilation.

Taken from upstream Slic3r, thanks @alexrj.
This commit is contained in:
bubnikv 2017-08-18 09:58:50 +02:00
parent 952ca18bf9
commit 401059066e
44 changed files with 53 additions and 1 deletions

View file

@ -5,6 +5,7 @@ use warnings;
BEGIN {
use FindBin;
use lib "$FindBin::Bin/../lib";
use local::lib "$FindBin::Bin/../local-lib";
}
use List::Util qw(first);