make.sh: add new option 'macos-universal' to build MacOS universal binaries

This commit is contained in:
Nguyen Anh Quynh
2016-07-15 16:34:16 +08:00
parent c61aff1dbe
commit 6f5e59be73
3 changed files with 16 additions and 0 deletions

View File

@ -58,6 +58,11 @@ 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,
replace above command with:
$ ./make.sh macos-universal
- Unicorn requires Python 2.x to compile. If Python 2.x is not the default
Python interpreter, ensure that the appropriate option is set: