Bug 1109895 - Send the correct -m flags to clang-cl when building libvpx; r=jrmuizel

--HG--
extra : rebase_source : 2806ced531eb39e33b30337f1112e4efb3e179db
This commit is contained in:
Ehsan Akhgari 2014-12-18 10:31:46 -05:00
parent 8e04b01b6e
commit 3d3f2060bd

View File

@ -92,7 +92,7 @@ if CONFIG['OS_TARGET'] == 'Android':
'%s/sources/android/cpufeatures/cpu-features.c' % CONFIG['ANDROID_NDK'],
]
if not CONFIG['_MSC_VER']:
if CONFIG['CLANG_CL'] or not CONFIG['_MSC_VER']:
for f in SOURCES:
if f.endswith('.c'):
if 'sse2' in f: