make.sh: rename option nix32 to linux32 according to aquynh's advise. Also update COMPILE-NIX.md to reflect this change.

This commit is contained in:
idl3r
2016-08-17 20:27:08 +08:00
parent dc6ab13d8b
commit dcd06b087f
2 changed files with 4 additions and 4 deletions

View File

@ -74,9 +74,9 @@ To build Unicorn on *nix (such as MacOSX, Linux, *BSD, Solaris):
$ UNICORN_QEMU_FLAGS="--python=/path/to/python2" ./make.sh
- To cross-compile Unicorn on 64-bit OS to target 32-bit binary, run:
- To cross-compile Unicorn on 64-bit Linux to target 32-bit binary, run:
$ ./make.sh nix32
$ ./make.sh linux32
After compiling, install Unicorn with: