hopefully fix gyp mistake for iOS

BUG=

Review URL: https://codereview.appspot.com/7065052

git-svn-id: http://skia.googlecode.com/svn/trunk@7058 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
humper@google.com 2013-01-07 19:02:46 +00:00
parent 9c4e5ac5b7
commit af2bd7bdf5

View File

@ -211,11 +211,6 @@
'../src/utils/cityhash', '../src/utils/cityhash',
'../third_party/externals/cityhash/src', '../third_party/externals/cityhash/src',
], ],
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS!': [
'-Werror',
]
},
'sources': [ 'sources': [
'../third_party/externals/cityhash/src/city.cc', '../third_party/externals/cityhash/src/city.cc',
], ],
@ -224,6 +219,15 @@
'../third_party/externals/cityhash/src', '../third_party/externals/cityhash/src',
], ],
}, },
'conditions': [
[ 'skia_os == "mac"', {
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS!': [
'-Werror',
]
},
}],
],
}, },
], ],
} }