From ab3178bc25873ddcc731e131b14839564a02b0dc Mon Sep 17 00:00:00 2001 From: Nguyen Anh Quynh Date: Tue, 20 Dec 2016 11:37:53 +0800 Subject: [PATCH] make.sh builds fat binaries on MacOS by default --- docs/COMPILE-NIX.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/COMPILE-NIX.md b/docs/COMPILE-NIX.md index 714f3de8..d2f378a8 100644 --- a/docs/COMPILE-NIX.md +++ b/docs/COMPILE-NIX.md @@ -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: