Skip to content

macos: Fix broken binaries on macos < 11.0

Nirbheek Chauhan requested to merge nirbheek/cerbero:fix-orc-old-macos into main
Remove duplicate orc-tool.recipe

orc.recipe does the same thing, and we can just use that instead of
duplicating the recipe.
macos: Fix broken binaries on macos < 11.0

orc was unconditionally using a symbol that is only available on macOS
11.0 and newer.

Fixes #408 (closed)

See also orc!87 (merged)

Edited by Nirbheek Chauhan

Merge request reports