зеркало из https://github.com/mozilla/pjs.git
Make sure *-bin and xpicleanup are stripped in addition to the .so files.
This commit is contained in:
Родитель
dce595a50e
Коммит
576a99e334
|
@ -168,6 +168,8 @@ sub RecursiveStrip
|
|||
sub find_libraries
|
||||
{
|
||||
/\.so$/ && push @libraryList, $File::Find::name;
|
||||
/-bin$/ && push @libraryList, $File::Find::name;
|
||||
/^xpicleanup$/ && push @libraryList, $File::Find::name;
|
||||
}
|
||||
|
||||
sub GetTopSrcDir
|
||||
|
|
Загрузка…
Ссылка в новой задаче