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': [
|
'conditions': [
|
||||||
['OS=="mac"', {
|
['OS=="mac"', {
|
||||||
'xcode_settings': {
|
'xcode_settings': {
|
||||||
'GCC_TREAT_WARNINGS_AS_ERRORS': 'NO',
|
|
||||||
'WARNING_CFLAGS': [
|
'WARNING_CFLAGS': [
|
||||||
'-Wno-deprecated-declarations',
|
'-Wno-deprecated-declarations',
|
||||||
|
'-Wno-deprecated-register',
|
||||||
'-Wno-unused-private-field',
|
'-Wno-unused-private-field',
|
||||||
'-Wno-unused-function',
|
'-Wno-unused-function',
|
||||||
],
|
],
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
## Prerequisites
|
## Prerequisites
|
||||||
|
|
||||||
* Mac OS X >= 10.7
|
* 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)
|
* [node.js](http://nodejs.org)
|
||||||
|
|
||||||
If you are using the python downloaded by Homebrew, you also need to install
|
If you are using the python downloaded by Homebrew, you also need to install
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue