Packaging Desktop with native binaries
Let's say I want to include a native binary inside my app and call it from ruby (or python).
I can branch based on the local platform to run the correct binary, but is there a way to exclude binaries from other platforms from being packaged? For example, I wouldn't want to ship native windows binaries with the mac version.