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

DeployVST cmake attempts to fix-up non EAR plugins in destination dir #143

Open
rsjbailey opened this issue Oct 21, 2021 · 1 comment
Open
Labels
bug Something isn't working

Comments

@rsjbailey
Copy link
Contributor

When running the cmake install target on macos, some helper functions are called to 'fixup' the rpaths of dependencies within the deployed plugin bundles.
In do_install_all_vst3_dependencies, the paths passed to bundleutils are determined by using a file glob with the *.vst3 pattern. If using the default install directory (~/Library/Audio/Plug-Ins/VST3) this results in all plugins in the User VST3 directory being fixed up, rather than just ours. This could potentially have some unusual effects on third party plugins, so we shouldn't do it.

@rsjbailey rsjbailey added the bug Something isn't working label Oct 21, 2021
@firthm01
Copy link
Collaborator

firthm01 commented Jan 8, 2025

To check again - a lot of script work since this ticket

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants