Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Makefile that invokes cargo-c #525

Open
cpu opened this issue Jan 16, 2025 · 0 comments
Open

Add Makefile that invokes cargo-c #525

cpu opened this issue Jan 16, 2025 · 0 comments
Assignees

Comments

@cpu
Copy link
Member

cpu commented Jan 16, 2025

We switched from GNU Make to cargo-c for Windows/Apple builds due to the complexity involved in maintaining the old Makefile and its build/install logic (especially with the added complexity of new features, mutually exclusive features, different build modes, pkg-config etc).

However, it would be nice if we left a Makefile that had the expected build/install targets that itself just deferred to running cargo-c. That adds little to no maintenance burden but presents a familiar interface to folks used to make. It will also likely ease the transition for downstream projects that previously relied on our makefile.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant