Retract #16892 now that we have #17022.
[p5sagit/p5-mst-13.2.git] / configpm
index 87df478..e0d5847 100755 (executable)
--- a/configpm
+++ b/configpm
@@ -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;