Bug 1537673 - Remove remaining useless CC_TYPE test. r=dmajor

Differential Revision: https://phabricator.services.mozilla.com/D24314

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Mike Hommey 2019-03-21 13:22:02 +00:00
parent 5581aa598a
commit f065aaf078

View File

@ -222,7 +222,7 @@ if CONFIG['MOZ_WIDGET_TOOLKIT'] == 'cocoa':
'QuartzSupport.mm',
]
if CONFIG['CC_TYPE'] in ('clang', 'clang-cl', 'gcc') and (CONFIG['CPU_ARCH'] == 'aarch64' or CONFIG['BUILD_ARM_NEON']):
if CONFIG['CPU_ARCH'] == 'aarch64' or CONFIG['BUILD_ARM_NEON']:
SOURCES += [
'BlurNEON.cpp',
'LuminanceNEON.cpp',