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

Don't set prefix to lib64 on macOS #2683

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

2xsaiko
Copy link

@2xsaiko 2xsaiko commented Jan 8, 2025

The lib dir on macOS is always called lib. Homebrew e.g. won't even link lib64.

(This should probably better use GNUInstallDirs anyway, but this is a quick fix the existing system)

@gwaldron
Copy link
Owner

gwaldron commented Jan 9, 2025

Thanks -- it would be nice to consolidate any Apple-specific stuff in cmake/oe_osx.cmake or cmake/oe_ios.cmake -- do you mind seeing if this is feasible?

@2xsaiko
Copy link
Author

2xsaiko commented Jan 9, 2025

This is not Apple-specific at all, just a fix for macOS specifically because it is definitely broken there -- I wrote another approach.

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.

2 participants