diff --git a/security/sandbox/moz.build b/security/sandbox/moz.build index 52e896a04568..a41b16894e24 100755 --- a/security/sandbox/moz.build +++ b/security/sandbox/moz.build @@ -159,7 +159,7 @@ elif CONFIG['OS_ARCH'] == 'WINNT': for var in ('UNICODE', '_UNICODE', 'NS_NO_XPCOM', '_CRT_RAND_S', 'CHROMIUM_SANDBOX_BUILD'): DEFINES[var] = True - if CONFIG['CC_TYPE'] not in ('gcc', 'clang'): + if CONFIG['CC_TYPE'] != 'gcc': DEFINES['SANDBOX_EXPORTS'] = True LOCAL_INCLUDES += ['/security/sandbox/chromium-shim']