mirror of
https://github.com/libuv/libuv
synced 2025-03-28 21:13:16 +00:00
doc: adding ARCHS flag to OS X build command
Adding further instructions about building for OS X, as recent versions of xcodebuild will automatically build for i386 (can someone say, "monoculture") even on x86_64 machines! Specifically including instructions about including the "ARCHS" flag to specify the right architecture. This is trivial, but will save people time.
This commit is contained in:
parent
c0716b3d9f
commit
acb9f8951e
@ -93,7 +93,14 @@ Run:
|
||||
Run:
|
||||
|
||||
$ ./gyp_uv.py -f xcode
|
||||
$ xcodebuild -project uv.xcodeproj -configuration Release -target All
|
||||
$ xcodebuild -ARCHS="x86_64" -project uv.xcodeproj \
|
||||
-configuration Release -target All
|
||||
|
||||
Note to OS X users:
|
||||
|
||||
Make sure that you specify the architecture you wish to build for in the
|
||||
"ARCHS" flag. You can specify more than one by delimiting with a space
|
||||
(e.g. "x86_64 i386").
|
||||
|
||||
### Android
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user