diff --git a/scripts/download-macos-libs.py b/scripts/download-macos-libs.py index e75d886c02..b612b4a9d8 100755 --- a/scripts/download-macos-libs.py +++ b/scripts/download-macos-libs.py @@ -92,7 +92,7 @@ class LibInstaller: shell=True, check=True) def is_pkg_skipped(self, pkg_name): - return any(pkg_name.startswith(n) for n in ('python', 'ncurses', 'mesa', 'llvm')) + return any(pkg_name.startswith(n) for n in ('python', 'ncurses', 'mesa', 'llvm', 'libsndfile')) def install_pkg(self, pkg_name): if self.is_pkg_installed(pkg_name):