update perl requirement in install file

This commit is contained in:
Ailin Nemui 2023-07-19 20:04:25 +02:00
commit c93c61bf99
2 changed files with 2 additions and 2 deletions

View file

@ -402,7 +402,7 @@ int main()
else
xsubpp_file_c = meson.get_cross_property('perl_xsubpp', UNSET)
if xsubpp_file_c == UNSET
xsubpp_file_c = run_command(build_perl, '-MExtUtils::ParseXS', '-Eprint $INC{"ExtUtils/ParseXS.pm"} =~ s{ParseXS\\.pm$}{xsubpp}r', check : true).stdout()
xsubpp_file_c = run_command(build_perl, '-MExtUtils::ParseXS', '-e($r = $INC{"ExtUtils/ParseXS.pm"}) =~ s{ParseXS\\.pm$}{xsubpp}; print $r', check : true).stdout()
endif
xsubpp = generator(build_perl,
output : '@BASENAME@.c',