make.sh builds fat binaries on MacOS by default
This commit is contained in:
@ -42,10 +42,10 @@ To build Unicorn on *nix (such as MacOSX, Linux, *BSD, Solaris):
|
|||||||
|
|
||||||
$ ./make.sh
|
$ ./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:
|
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
|
- Unicorn requires Python 2.x to compile. If Python 2.x is not the default
|
||||||
Python interpreter, ensure that the appropriate option is set:
|
Python interpreter, ensure that the appropriate option is set:
|
||||||
|
Reference in New Issue
Block a user