capsule icon indicating copy to clipboard operation
capsule copied to clipboard

Native libraries can depend on architecture, not just OS

Open tal-m opened this issue 9 years ago • 0 comments

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.

tal-m avatar Nov 08 '15 15:11 tal-m