Assume users are using Xcode 5.1.
This commit is contained in:
parent
d10292d95c
commit
1321fb8151
2 changed files with 2 additions and 2 deletions
|
@ -113,9 +113,9 @@
|
|||
'conditions': [
|
||||
['OS=="mac"', {
|
||||
'xcode_settings': {
|
||||
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',
|
||||
'WARNING_CFLAGS': [
|
||||
'-Wno-deprecated-declarations',
|
||||
'-Wno-deprecated-register',
|
||||
'-Wno-unused-private-field',
|
||||
'-Wno-unused-function',
|
||||
],
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
## Prerequisites
|
||||
|
||||
* Mac OS X >= 10.7
|
||||
* [Xcode](https://developer.apple.com/technologies/tools/)
|
||||
* [Xcode](https://developer.apple.com/technologies/tools/) >= 5.1
|
||||
* [node.js](http://nodejs.org)
|
||||
|
||||
If you are using the python downloaded by Homebrew, you also need to install
|
||||
|
|
Loading…
Add table
Reference in a new issue