mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 15:27:32 +09:00
Revert "Always build with SSE2 support & display an error if not available"
This commit is contained in:
parent
155ccedb7d
commit
170f2ade41
10 changed files with 2 additions and 131 deletions
|
|
@ -18,11 +18,6 @@ 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