mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-18 19:12:17 +00:00
All std::string variables are now supposed to be UTF-8 encoded. We now embed the std::string typemaps in order to do this. #2282
This commit is contained in:
@@ -44,7 +44,7 @@ my $build = Module::Build::WithXSpp->new(
|
||||
|
||||
# Provides extra C typemaps that are auto-merged
|
||||
extra_typemap_modules => {
|
||||
'ExtUtils::Typemaps::Default' => '1.03',
|
||||
'ExtUtils::Typemaps::Basic' => '1.05',
|
||||
},
|
||||
|
||||
# for MSVC builds
|
||||
|
||||
Reference in New Issue
Block a user