I'm on Mac OS X, and I have an executable binary which is compatible with the x86_64 and i386 architectures.
From the command-line, I would like to choose which of these architectures has to be launched.
How to do that? Thanks.
Instead of:
$ executable_file
enter either:
$ arch -i386 executable_file
or:
$ arch -x86_64 executable_file
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With