diff options
author | Vadim Konovalov <vkonovalov@lucent.com> | 2002-05-12 04:02:47 +0400 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-05-11 19:54:43 +0000 |
commit | e2a02c1e735e4afbf3df91186f80982fdd43695e (patch) | |
tree | 6368d85928cd4186d9df8ea4b82e31498cb98a62 /configpm | |
parent | a6bdc2eb98f4e9bd74b51ad84203021dea610d6b (diff) | |
download | perl-e2a02c1e735e4afbf3df91186f80982fdd43695e.tar.gz |
for WinCE cross-build, another one
Message-ID: <004101c1f926$d36ca230$035cc3d9@vad>
p4raw-id: //depot/perl@16548
Diffstat (limited to 'configpm')
-rwxr-xr-x | configpm | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -541,6 +541,7 @@ sub import { $platform = '***replace-marker***'; } @INC = map {/\blib\b/?(do{local $_=$_;s/\blib\b/xlib\/$platform/;$_},$_):($_)} @INC; + $::Cross::platform = $platform; } 1; |