Skip to content
New issue

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

MSWin32 - Do not install Alien::MSYS if $use_system_ffi #47

Closed
kmx opened this issue May 6, 2014 · 1 comment
Closed

MSWin32 - Do not install Alien::MSYS if $use_system_ffi #47

kmx opened this issue May 6, 2014 · 1 comment

Comments

@kmx
Copy link

kmx commented May 6, 2014

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

@plicease
Copy link
Contributor

plicease commented May 6, 2014

I agree with this and I think I can make the change and test it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
2 participants