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:
parent
9c4e5ac5b7
commit
af2bd7bdf5
@ -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',
|
||||||
|
]
|
||||||
|
},
|
||||||
|
}],
|
||||||
|
],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user