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

How to build a .so dynamic lib on macOS, for building multi-platform jars #181

Open
ktoso opened this issue Nov 18, 2024 · 0 comments
Open

Comments

@ktoso
Copy link
Collaborator

ktoso commented Nov 18, 2024

We want to build a jar that contains libraries for various platforms, e.g. we COULD build a "fat jar" with both x86 and arm and .so and .dylib files etc.

We also want to cross build from macos to linux so develop on macOS and make a jar that works on linux.

In order to make .so files from macOS we'll need to use https://github.com/swiftlang/swift-sdk-generator/

I don't have a complete picture of how we'll do that but we'll need to figure it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant