From 39bfc9d3d83aec45bd0ccc23251000e751ee201f Mon Sep 17 00:00:00 2001 From: Tony Cook Date: Wed, 12 Sep 2012 15:19:51 +1000 Subject: [PATCH 1/1] allow freetype-config to be found on cygwin --- FT2/Makefile.PL | 3 +++ 1 file changed, 3 insertions(+) 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) { -- 2.39.2