mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-09 06:45:25 -06:00
Switched to Perl local::lib for local compilation.
Taken from upstream Slic3r, thanks @alexrj.
This commit is contained in:
parent
952ca18bf9
commit
401059066e
44 changed files with 53 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue