p4raw-id: //depot/win32/perl@1070
}
warn "Potential libraries are '$potential_libs':\n" if $verbose;
+ # normalize to forward slashes
+ $libpth =~ s,\\,/,g;
+ $potential_libs =~ s,\\,/,g;
+
# compute $extralibs from $potential_libs
my(@searchpath); # from "-L/path" entries in $potential_libs