fix Windows distribution stripping to remove CGC ".def" files
This commit is contained in:
parent
a38ba440fa
commit
5a768de132
|
@ -38,7 +38,7 @@
|
|||
name))])
|
||||
(or (regexp-match? #rx#"[.](?i:pdb|ilk|manifest)$" b)
|
||||
(regexp-match? #rx#"(?i:CGC[.](?:dll|exe))$" b)
|
||||
(and (regexp-match? #rx#"(?i:[.](?:dll|exp|obj|lib))$" b)
|
||||
(and (regexp-match? #rx#"(?i:[.](?:dll|exp|obj|lib|def))$" b)
|
||||
(not (regexp-match? #rx#"3m" b))))))
|
||||
(delete-file* f)))
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user