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

Native libraries can depend on architecture, not just OS #94

Open
tal-m opened this issue Nov 8, 2015 · 0 comments
Open

Native libraries can depend on architecture, not just OS #94

tal-m opened this issue Nov 8, 2015 · 0 comments

Comments

@tal-m
Copy link
Contributor

tal-m commented Nov 8, 2015

Currently, support for different native libraries on different operating systems relies on having a different manifest sections for each OS. However, native libraries also differ according to architecture; for example, Linux has both 32-bit and 64-bit architectures and native libraries for one generally don't work on the other.

Capsule should add support for manifest sections that depend on the system architecture, not just the OS name.

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

2 participants