mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-27 10:57:34 +09:00
Display an error on Linux in the absence of SSE2
This commit is contained in:
parent
adb584360c
commit
989d1736b2
9 changed files with 129 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue