Bug 983504 - Enable SS2 flags for desktop capture during Mozilla build. r=ted

This commit is contained in:
Gian-Carlo Pascutto 2014-07-16 19:16:38 +02:00
parent 16817c12ca
commit defacfb867

View File

@ -164,9 +164,8 @@
],
'conditions': [
[ 'os_posix == 1 and OS != "mac"', {
'cflags': [
'-msse2',
],
'cflags': [ '-msse2', ],
'cflags_mozilla': [ '-msse2', ],
}],
],
},