| Summary: | make install is broken as it depends on missing rule `build` | ||
|---|---|---|---|
| Product: | SDL | Reporter: | Stephen Broadfoot <stephen.broadfoot> |
| Component: | build | Assignee: | Sam Lantinga <slouken> |
| Status: | RESOLVED FIXED | QA Contact: | Sam Lantinga <slouken> |
| Severity: | major | ||
| Priority: | P2 | ||
| Version: | HG 2.1 | ||
| Hardware: | All | ||
| OS: | Other | ||
|
Description
Stephen Broadfoot
2020-12-15 05:03:58 UTC
To be clear, the error I was hitting when running make install is make: *** No rule to make target `build', needed by `install-lib'. Stop. Fixed, thanks! https://hg.libsdl.org/SDL/rev/cf83f816421c https://github.com/Homebrew/homebrew-core/pull/66971 adding the patch to homebrew formula so people can install from source |