summaryrefslogtreecommitdiffstats
path: root/application/palemoon/app/moz.build
diff options
context:
space:
mode:
authorMoonchild <mcwerewolf@gmail.com>2018-05-27 17:54:50 +0200
committerGitHub <noreply@github.com>2018-05-27 17:54:50 +0200
commit7840c750dbfd3f1b2ab3b4f0db561cafdc7dcfe2 (patch)
tree3c40aedae6cb2551066b406cec3559dc1a488baf /application/palemoon/app/moz.build
parenta65c26ccf590103a07174d9722ef86bcaac877a6 (diff)
parent3c3c85983f96ed48fb6a2c16df712dd229c1f358 (diff)
downloadUXP-7840c750dbfd3f1b2ab3b4f0db561cafdc7dcfe2.tar
UXP-7840c750dbfd3f1b2ab3b4f0db561cafdc7dcfe2.tar.gz
UXP-7840c750dbfd3f1b2ab3b4f0db561cafdc7dcfe2.tar.lz
UXP-7840c750dbfd3f1b2ab3b4f0db561cafdc7dcfe2.tar.xz
UXP-7840c750dbfd3f1b2ab3b4f0db561cafdc7dcfe2.zip
Merge pull request #395 from trav90/buildsystem-work
Always build with SSE2 support & display an error if not available
Diffstat (limited to 'application/palemoon/app/moz.build')
-rw-r--r--application/palemoon/app/moz.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/application/palemoon/app/moz.build b/application/palemoon/app/moz.build
index 8b358b622..044c3e2d1 100644
--- a/application/palemoon/app/moz.build
+++ b/application/palemoon/app/moz.build
@@ -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