Display an error on Linux in the absence of SSE2

This commit is contained in:
trav90 2018-05-26 20:54:19 -05:00 • committed by Roy Tam
commit 989d1736b2
9 changed files with 129 additions and 0 deletions

View file

@ -68,3 +68,6 @@ if CONFIG['MOZ_LINKER']:
if CONFIG['HAVE_CLOCK_MONOTONIC']:
OS_LIBS += CONFIG['REALTIME_LIBS']
if CONFIG['MOZ_LINUX_SSE2_STARTUP_ERROR']:
DEFINES['MOZ_LINUX_SSE2_STARTUP_ERROR'] = True