webrtc: OTHER_CPLUSPLUSFLAGS should be a list, not a string.
Review URL: https://webrtc-codereview.appspot.com/492007 git-svn-id: http://webrtc.googlecode.com/svn/trunk@2028 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
bfda85f2ee
commit
aef0a61117
@ -82,7 +82,7 @@
|
||||
}],
|
||||
['OS=="mac"', {
|
||||
'xcode_settings': {
|
||||
'OTHER_CPLUSPLUSFLAGS': '-fno-strict-aliasing',
|
||||
'OTHER_CPLUSPLUSFLAGS': [ '-fno-strict-aliasing' ],
|
||||
},
|
||||
}],
|
||||
['OS=="win"', {
|
||||
|
Loading…
x
Reference in New Issue
Block a user