From: Tony Cook Date: Wed, 12 Sep 2012 05:19:51 +0000 (+1000) Subject: allow freetype-config to be found on cygwin X-Git-Tag: v0.93~30 X-Git-Url: http://git.imager.perl.org/imager.git/commitdiff_plain/39bfc9d3d83aec45bd0ccc23251000e751ee201f allow freetype-config to be found on cygwin --- diff --git a/FT2/Makefile.PL b/FT2/Makefile.PL index 79e375f0..c0a43cca 100644 --- a/FT2/Makefile.PL +++ b/FT2/Makefile.PL @@ -155,6 +155,9 @@ sub is_exe { if ($^O eq 'MSWin32') { push @exe_suffix, qw/.bat .cmd/; } + elsif ($^O eq 'cygwin') { + push @exe_suffix, ""; + } for my $dir (File::Spec->path) { for my $suffix (@exe_suffix) {