X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=make_ext.pl;h=d0dcfbfd998932003c67af6fe0b74beccd5d2f1a;hb=76467b2a651c6c83b127a7ee5b8170cd17171b66;hp=f74124ca42e747da198353c12c56a2900b091876;hpb=e74f76b27bd4a9c64ec8f4f10c74bbd59db04e7d;p=p5sagit%2Fp5-mst-13.2.git diff --git a/make_ext.pl b/make_ext.pl index f74124c..d0dcfbf 100644 --- a/make_ext.pl +++ b/make_ext.pl @@ -82,6 +82,9 @@ foreach (@extspec) { } elsif (s{^ext/}{}) { # Remove ext/ prefix and /pm_to_blib suffix s{/pm_to_blib$}{}; + # Targets are given as files on disk, but the extension spec is still + # written using /s for each :: + tr!-!/!; } elsif (s{::}{\/}g) { # Convert :: to / } else {