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:
xians@webrtc.org 2012-04-16 09:57:16 +00:00
parent bfda85f2ee
commit aef0a61117

View File

@ -82,7 +82,7 @@
}],
['OS=="mac"', {
'xcode_settings': {
'OTHER_CPLUSPLUSFLAGS': '-fno-strict-aliasing',
'OTHER_CPLUSPLUSFLAGS': [ '-fno-strict-aliasing' ],
},
}],
['OS=="win"', {