mirror of
https://github.com/yuzu-mirror/unicorn.git
synced 2026-04-04 14:07:42 +00:00
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:
parent
dc6ab13d8b
commit
dcd06b087f
2 changed files with 4 additions and 4 deletions
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue