mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Revert "Only display SSE2 error dialog on 32-bit Linux"
This commit is contained in:
parent
b59dce9964
commit
155ccedb7d
2 changed files with 6 additions and 10 deletions
|
|
@ -98,11 +98,9 @@ if test "$OS_ARCH" = "WINNT" -o \
|
|||
MOZ_BUNDLED_FONTS=1
|
||||
fi
|
||||
|
||||
# Display an error on non-SSE2 32-bit Linux systems
|
||||
if ! test "$HAVE_64BIT_BUILD"; then
|
||||
if test "$OS_ARCH" = "Linux"; then
|
||||
MOZ_LINUX_SSE2_STARTUP_ERROR=1
|
||||
fi
|
||||
# Display an error on non-SSE2 Linux systems
|
||||
if test "$OS_ARCH" = "Linux"; then
|
||||
MOZ_LINUX_SSE2_STARTUP_ERROR=1
|
||||
fi
|
||||
|
||||
# Short-circuit a few services to be removed
|
||||
|
|
|
|||
|
|
@ -18,11 +18,9 @@ if test "$OS_ARCH" = "WINNT"; then
|
|||
MOZ_MAINTENANCE_SERVICE=
|
||||
fi
|
||||
|
||||
# Display an error on non-SSE2 32-bit Linux systems
|
||||
if ! test "$HAVE_64BIT_BUILD"; then
|
||||
if test "$OS_ARCH" = "Linux"; then
|
||||
MOZ_LINUX_SSE2_STARTUP_ERROR=1
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue