From: Jarkko Hietaniemi Date: Fri, 17 May 2002 12:14:20 +0000 (+0000) Subject: Forgot from #16628. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b88803e823f645fd01dcf24d2878f5e842ce1092;p=p5sagit%2Fp5-mst-13.2.git Forgot from #16628. p4raw-id: //depot/perl@16652 --- diff --git a/ext/Encode/Makefile.PL b/ext/Encode/Makefile.PL index cd20547..c442095 100644 --- a/ext/Encode/Makefile.PL +++ b/ext/Encode/Makefile.PL @@ -109,6 +109,7 @@ sub postamble } } my $plib = $self->{PERL_CORE} ? '"-I$(PERL_LIB)"' : ''; + $plib .= " -MCross=$::Cross::platform" if defined $::Cross::platform; my $ucopts = '-"Q" -"O"'; $str .= qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n};