diff --git a/README.md b/README.md index 526b2c54..5704c39e 100644 --- a/README.md +++ b/README.md @@ -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