mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-07-28 09:22:01 +08:00

* Point LD_LIBRARY_PATH to correct bin dir. * remove libm and libresolv from library list because Ubuntu.
6 lines
134 B
Bash
6 lines
134 B
Bash
#!/bin/bash
|
|
|
|
DIR=$(dirname "$0")
|
|
export LD_LIBRARY_PATH=./bin
|
|
exec "$DIR/perl-local" -I"$DIR/local-lib/lib/perl5" "$DIR/slic3r.pl" $@
|