diff options
Diffstat (limited to 'third_party/qcms/qcms.gyp')
-rw-r--r-- | third_party/qcms/qcms.gyp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/qcms/qcms.gyp b/third_party/qcms/qcms.gyp index b8bd079..3df4bdc 100644 --- a/third_party/qcms/qcms.gyp +++ b/third_party/qcms/qcms.gyp @@ -23,7 +23,7 @@ ], }, 'conditions': [ - ['OS=="linux" and (branding=="Chrome" or disable_sse2==1)', { + ['os_posix == 1 and OS != "mac" and (branding == "Chrome" or disable_sse2 == 1)', { 'sources/': [ ['exclude', 'transform-sse1.c'], ['exclude', 'transform-sse2.c'], |