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

OS X plugin bundler #40

Open
dudk opened this issue Mar 27, 2021 · 0 comments
Open

OS X plugin bundler #40

dudk opened this issue Mar 27, 2021 · 0 comments
Labels
plugin Issue relates to building Go plugins

Comments

@dudk
Copy link
Member

dudk commented Mar 27, 2021

Provide CLI that would bundle compiled plugin to OS X bundle. Here is the example of bundler from rust vst2 project.

Command to compile plugin into Mach-O bundle:

go build --buildmode c-archive --tags plugin -o demoplugin.a 
clang -bundle -o demoplugin -all_load demoplugin.a
@dudk dudk added the plugin Issue relates to building Go plugins label Mar 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
plugin Issue relates to building Go plugins
Projects
None yet
Development

No branches or pull requests

1 participant