doc: replace deprecated build command on macOS
Origin README about build command is not suited for current code. 1. gyp_uv.py generated uv.xcodeproj file in directory 'out' instead of repository root directory 2. xcode build target params use '-alltargets' instead of '-target All'. PR-URL: https://github.com/libuv/libuv/pull/2095 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Refael Ackermann <refack@gmail.com>
This commit is contained in:
parent
77c30f24f6
commit
f1981d74ba
@ -262,8 +262,7 @@ Run:
|
|||||||
|
|
||||||
```bash
|
```bash
|
||||||
$ ./gyp_uv.py -f xcode
|
$ ./gyp_uv.py -f xcode
|
||||||
$ xcodebuild -ARCHS="x86_64" -project uv.xcodeproj \
|
$ xcodebuild -ARCHS="x86_64" -project out/uv.xcodeproj -configuration Release -alltargets
|
||||||
-configuration Release -target All
|
|
||||||
```
|
```
|
||||||
|
|
||||||
Using Homebrew:
|
Using Homebrew:
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user