diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2002-05-16 07:33:23 +0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-16 13:22:57 +0000 |
commit | fefd7080dbb7bc74916ad5ba8b63e3bdeeb86c38 (patch) | |
tree | 069dc5c7b8ba63e6a4733979f5e9fd2a24fb1ce5 /ext/Encode/TW | |
parent | dbfdd4380d0545596477e869e5553d1636fc53ce (diff) | |
download | perl-fefd7080dbb7bc74916ad5ba8b63e3bdeeb86c38.tar.gz |
good day for WinCE port of perl.
Message-ID: <001301c1fc68$e808e560$a95cc3d9@vad>
p4raw-id: //depot/perl@16628
Diffstat (limited to 'ext/Encode/TW')
-rw-r--r-- | ext/Encode/TW/Makefile.PL | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/Encode/TW/Makefile.PL b/ext/Encode/TW/Makefile.PL index 8f12a81aee..65cc22486e 100644 --- a/ext/Encode/TW/Makefile.PL +++ b/ext/Encode/TW/Makefile.PL @@ -145,6 +145,7 @@ sub postamble } } my $plib = $self->{PERL_CORE} ? '"-I$(PERL_LIB)"' : ''; + $plib .= " -MCross=$::Cross::platform" if defined $::Cross::platform; my $ucopts = '-"Q"'; $str .= qq{\n\t\$(PERL) $plib $enc2xs $ucopts -o \$\@ -f $table.fnm\n\n}; |