-
Notifications
You must be signed in to change notification settings - Fork 69
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
Make linking platform-specific #290
Comments
Can you say more why this is desirable/required? I created the |
When using packages of multiple architectures simultaneously (e.g. various Android architectures, or iOS + macOS), all of those packages will be linked to the same path, but of course they have vastly different libraries. Using a single shared |
per chat:
|
As a follow up to #216:
mason link
currently creates all symlinks in a sharedmason_packages/.link
folder. However, we should instead create.link
folders per architecture, e.g.mason_packages/osx-x86_64/.link
./cc @daniel-j-h @springmeyer
The text was updated successfully, but these errors were encountered: