Loading...
xcodescripts/patch_headers_variants.pl Libc-1158.1.2 Libc-825.26
--- Libc/Libc-1158.1.2/xcodescripts/patch_headers_variants.pl
+++ Libc/Libc-825.26/xcodescripts/patch_headers_variants.pl
@@ -53,11 +53,6 @@
 		if ($dest_mtime > $src_mtime) {
 			return;
 		}
-	}
-
-	my($fname, $dirs, $suffix) = File::Basename::fileparse($file, ".h");
-	if ($suffix ne ".h") {
-		return;
 	}
 
     my $p = IO::File->new($path, 'r');