mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-25 09:57:32 +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
|
|
@ -18,6 +18,11 @@ if test "$OS_ARCH" = "WINNT"; then
|
|||
MOZ_MAINTENANCE_SERVICE=
|
||||
fi
|
||||
|
||||
# Display an error on non-SSE2 Linux systems
|
||||
if test "$OS_ARCH" = "Linux"; then
|
||||
MOZ_LINUX_SSE2_STARTUP_ERROR=1
|
||||
fi
|
||||
|
||||
# For Basilisk we want to use 52.9.YYYY.MM.DD as MOZ_APP_VERSION in release
|
||||
# builds so add-on developers have something to target while maintaining
|
||||
# Firefox compatiblity.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue