mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-01 04:02:04 +08:00
Try to fix LWP not working in packages. #3906
This commit is contained in:
parent
cc1c9b0920
commit
1a788196fa
@ -96,7 +96,7 @@ cp -f $PERL_BIN $archivefolder/perl-local
|
||||
${PP_BIN} wxextension .0 \
|
||||
-M attributes -M base -M bytes -M B -M POSIX \
|
||||
-M FindBin -M Unicode::Normalize -M Tie::Handle \
|
||||
-M Time::Local -M Math::Trig \
|
||||
-M Time::Local -M Math::Trig -M IO::Socket -M Errno \
|
||||
-M lib -M overload \
|
||||
-M warnings -M local::lib \
|
||||
-M strict -M utf8 -M parent \
|
||||
|
@ -101,7 +101,7 @@ echo "Copying perl from $PERL_BIN"
|
||||
cp -f $PERL_BIN $macosfolder/perl-local
|
||||
${PP_BIN} -M attributes -M base -M bytes -M B -M POSIX \
|
||||
-M FindBin -M Unicode::Normalize -M Tie::Handle \
|
||||
-M Time::Local -M Math::Trig \
|
||||
-M Time::Local -M Math::Trig -M IO::Socket -M Errno \
|
||||
-M lib -M overload \
|
||||
-M warnings -M local::lib \
|
||||
-M strict -M utf8 -M parent \
|
||||
|
@ -93,6 +93,7 @@ pp `
|
||||
-M IO `
|
||||
-M IO::Handle `
|
||||
-M IO::Select `
|
||||
-M IO::Socket `
|
||||
-M LWP `
|
||||
-M LWP::MediaTypes `
|
||||
-M LWP::MemberMixin `
|
||||
|
Loading…
x
Reference in New Issue
Block a user