mirror of
https://github.com/CCExtractor/ccextractor.git
synced 2026-02-04 05:44:53 +00:00
[PR #1862] build(mac): Add -system-libs flag for Homebrew compatibility #2634
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/CCExtractor/ccextractor/pull/1862
State: closed
Merged: Yes
Summary
-system-libsflag tomac/build.commandfor Homebrew formula compatibilityProblem
CCExtractor was removed from Homebrew (homebrew-core) because:
See:
Solution
Add a
-system-libsflag that:-lgpaconly-system-libsThis allows a Homebrew formula to use:
Test plan
build_shelljob passes (default bundled build)build_shell_system_libsjob passes (new system libs build)./ccextractor --versionworks in both modesFuture work
Once CI passes, a new Homebrew formula can be submitted to homebrew-core using the
-system-libsflag.Refs #1580, #1534
🤖 Generated with Claude Code