remove attr and libacl from macos

This commit is contained in:
Marc Henderkes
2025-03-11 05:39:38 +01:00
parent c52ab62fa6
commit 878e17ddb4
6 changed files with 11 additions and 39 deletions

View File

@@ -113,7 +113,7 @@ abstract class LibraryBase
/*
Rules:
If it is a Windows system, try the following dependencies in order: lib-depends-windows, lib-depends-win, lib-depends.
If it is a macOS system, try the following dependencies in order: lib-depends-darwin, lib-depends-unix, lib-depends.
If it is a macOS system, try the following dependencies in order: lib-depends-macos, lib-depends-unix, lib-depends.
If it is a Linux system, try the following dependencies in order: lib-depends-linux, lib-depends-unix, lib-depends.
*/
foreach (Config::getLib(static::NAME, 'lib-depends', []) as $dep_name) {