mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-08-08 22:35:15 -06:00
More fixes for Unicode path handling (thanks @josefprusa for Czech test VM)
This commit is contained in:
parent
4a91ea817a
commit
552430db67
2 changed files with 9 additions and 11 deletions
2
Build.PL
2
Build.PL
|
@ -7,6 +7,8 @@ use Config;
|
|||
use File::Spec;
|
||||
|
||||
my %prereqs = qw(
|
||||
Encode 0
|
||||
Encode::Locale 1.05
|
||||
ExtUtils::MakeMaker 6.80
|
||||
ExtUtils::ParseXS 3.22
|
||||
File::Basename 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue