mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-19 23:07:33 +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
|
|
@ -70,10 +70,6 @@ if CONFIG['HAVE_CLOCK_MONOTONIC']:
|
|||
if CONFIG['MOZ_GPSD']:
|
||||
DEFINES['MOZ_GPSD'] = True
|
||||
|
||||
|
||||
if CONFIG['MOZ_LINUX_SSE2_STARTUP_ERROR']:
|
||||
DEFINES['MOZ_LINUX_SSE2_STARTUP_ERROR'] = True
|
||||
|
||||
for icon in ('firefox', 'document', 'newwindow', 'newtab', 'pbmode'):
|
||||
DEFINES[icon.upper() + '_ICO'] = '"%s/dist/branding/%s.ico"' % (
|
||||
TOPOBJDIR, icon)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue