Require some recent versions
This commit is contained in:
parent
77440b774d
commit
f62896a77a
10
xs/Build.PL
10
xs/Build.PL
@ -9,15 +9,17 @@ my $build = Module::Build::WithXSpp->new(
|
|||||||
module_name => 'Slic3r::XS',
|
module_name => 'Slic3r::XS',
|
||||||
dist_abstract => 'XS code for Slic3r',
|
dist_abstract => 'XS code for Slic3r',
|
||||||
build_requires => {qw(
|
build_requires => {qw(
|
||||||
ExtUtils::Typemaps::Default 0.05
|
ExtUtils::ParseXS 3.18
|
||||||
ExtUtils::XSpp 0.16
|
ExtUtils::Typemap 1.00
|
||||||
|
ExtUtils::Typemaps::Default 1.03
|
||||||
|
ExtUtils::XSpp 0.17
|
||||||
Module::Build 0.3601
|
Module::Build 0.3601
|
||||||
Test::More 0
|
Test::More 0
|
||||||
)},
|
)},
|
||||||
configure_requires => {qw(
|
configure_requires => {qw(
|
||||||
ExtUtils::CppGuess 0.07
|
ExtUtils::CppGuess 0.07
|
||||||
Module::Build 0.38
|
Module::Build 0.38
|
||||||
Module::Build::WithXSpp 0.10
|
Module::Build::WithXSpp 0.13
|
||||||
)},
|
)},
|
||||||
|
|
||||||
# HAS_BOOL : stops Perl/lib/CORE/handy.h from doing "# define bool char" for MSVC
|
# HAS_BOOL : stops Perl/lib/CORE/handy.h from doing "# define bool char" for MSVC
|
||||||
@ -25,7 +27,7 @@ my $build = Module::Build::WithXSpp->new(
|
|||||||
|
|
||||||
# Provides extra C typemaps that are auto-merged
|
# Provides extra C typemaps that are auto-merged
|
||||||
extra_typemap_modules => {
|
extra_typemap_modules => {
|
||||||
'ExtUtils::Typemaps::Default' => '0.05',
|
'ExtUtils::Typemaps::Default' => '1.03',
|
||||||
},
|
},
|
||||||
|
|
||||||
# for MSVC builds
|
# for MSVC builds
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
%typemap{std::string};
|
%typemap{std::string};
|
||||||
%typemap{std::vector< unsigned int >*};
|
%typemap{std::vector<unsigned int>*};
|
Loading…
Reference in New Issue
Block a user