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

Produce object archive as intermediate build step #100

Open
EggAllocationService opened this issue May 22, 2024 · 0 comments
Open

Produce object archive as intermediate build step #100

EggAllocationService opened this issue May 22, 2024 · 0 comments

Comments

@EggAllocationService
Copy link
Collaborator

It would be helpful for the C# wrapper if it could produce an object archive (.a file) as part of the build process. The use case is that the C# wrapper requires another native function to properly call variadic functions on Apple Silicon and right now that's included in a separate dynamic library.

If we could produce some intermediate file as well, the C# wrapper Makefile could create a seperate libmapper.dylib while packaging for nuget that bundles the native wrapper, so at runtime only one .dylib is needed.

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

No branches or pull requests

1 participant