mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-07-13 14:51:47 +08:00
Pass module path to local perl
This commit is contained in:
parent
c6034bbddf
commit
b0d2644e06
@ -1,4 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
DIR=$(dirname "$0")
|
||||
$DIR/perl $DIR/slic3r.pl $@
|
||||
$DIR/perl-local -I$DIR/local-lib/lib/perl5 $DIR/slic3r.pl $@
|
||||
|
Loading…
x
Reference in New Issue
Block a user