Merge pull request #1478 from ailin-nemui/buildperl

update perl requirement in install file

(cherry picked from commit 3f203dc382)
This commit is contained in:
ailin-nemui 2023-07-19 18:26:45 +00:00 committed by Ailin Nemui
commit edfbc1f2f6
2 changed files with 2 additions and 2 deletions

View file

@ -394,7 +394,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').stdout()
xsubpp_file_c = run_command(build_perl, '-MExtUtils::ParseXS', '-e($r = $INC{"ExtUtils/ParseXS.pm"}) =~ s{ParseXS\\.pm$}{xsubpp}; print $r').stdout()
endif
xsubpp = generator(build_perl,
output : '@BASENAME@.c',