make.sh builds fat binaries on MacOS by default

This commit is contained in:
Nguyen Anh Quynh 2016-12-20 11:37:53 +08:00
parent 14d04493f1
commit ab3178bc25

View File

@ -42,10 +42,10 @@ To build Unicorn on *nix (such as MacOSX, Linux, *BSD, Solaris):
$ ./make.sh
On Mac OS, to build universal binaries including both 32-bit & 64-bit code,
On Mac OS, to build non-universal binaries that includes only 64-bit code,
replace above command with:
$ ./make.sh macos-universal
$ ./make.sh macos-universal-no
- Unicorn requires Python 2.x to compile. If Python 2.x is not the default
Python interpreter, ensure that the appropriate option is set: