Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
I would like to propose to not install Alien::MSYS if the libffi is already installed on the system.
The patch to Makefile.PL should look like this:
- if ( $^O eq 'MSWin32' ) { + if ( $^O eq 'MSWin32' && !$use_system_ffi ) { $WriteMakefileArgs{PREREQ_PM}{'Alien::MSYS'} = '0'; }
But I have no idea how to handle this with Dist::Zilla
The text was updated successfully, but these errors were encountered:
I agree with this and I think I can make the change and test it.
9ddffc5
Hi,
I would like to propose to not install Alien::MSYS if the libffi is already installed on the system.
The patch to Makefile.PL should look like this:
But I have no idea how to handle this with Dist::Zilla
The text was updated successfully, but these errors were encountered: