1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-11 08:04:25 +00:00

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
+1
View File
@@ -8,6 +8,7 @@ plan tests => 20;
BEGIN {
use FindBin;
use lib "$FindBin::Bin/../lib";
use local::lib "$FindBin::Bin/../local-lib";
}
use List::Util qw(first);