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

Fix 'make install' outside source folder for native builds #5

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

mikrosk
Copy link
Member

@mikrosk mikrosk commented Jun 8, 2024

This is my attempt to fix #2.

The first commit is just noise, so you can skip it.

The second commit is clear, where was a missing check for mintelf so that was the reason why it was failing only for mint.

The third commit is basically an adjusted copy&paste from include/mint/Makefile.am since that one's make install works and include/Makefile.am's make install doesn't.

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

Successfully merging this pull request may close these issues.

make install DESTDIR=... fails outside source directory
1 participant