diff --git a/OSX/build/osx-packager.pl b/OSX/build/osx-packager.pl index bbe96f34..1c531d51 100755 --- a/OSX/build/osx-packager.pl +++ b/OSX/build/osx-packager.pl @@ -379,6 +379,9 @@ =head1 CREDITS if ( $OPT{'clean'} ) { $cleanLibs = 1 } +if ( $OPT{'noclean'} ) +{ $cleanLibs = 0 } + if ( $OPT{'enable-jobtools'} ) { $jobtools = 1 }