CC: | walde.christian [...] googlemail.com |
Subject: | make tool detection broken in Win32::API |
see
http://www.cpantesters.org/cpan/report/621df9ed-7059-1014-86e5-1b72d871b27e
http://www.cpantesters.org/cpan/report/9af18357-71e1-1014-8cab-46ee168fd208
somehow
Show quoted text
_______________________________________
sub MY::post_constants {
return 'CCFLAGS '.($_[0]->{MAKE} =~ /^make/ || $_[0]->{MAKE} =~
/^dmake/ ? ':=' : '=')
. ' $(CCFLAGS) '.GS_flag()."\n";
}
________________________________________
isn't working correctly.