summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwolfbeast <mcwerewolf@gmail.com>2018-09-29 00:50:24 +0200
committerwolfbeast <mcwerewolf@gmail.com>2018-09-29 00:50:24 +0200
commit77af3f17663fd8fada8e0d368d92bef845fcf48e (patch)
tree0af415693439aaa181d5eb0a3c1f262fb5e12a94
parent57a7d3e35bea51a8905ea1aeedc095ce2734f0f2 (diff)
parent9fe00e826d2a5f57d47a598c6833df00a60fe3cb (diff)
downloadUXP-77af3f17663fd8fada8e0d368d92bef845fcf48e.tar
UXP-77af3f17663fd8fada8e0d368d92bef845fcf48e.tar.gz
UXP-77af3f17663fd8fada8e0d368d92bef845fcf48e.tar.lz
UXP-77af3f17663fd8fada8e0d368d92bef845fcf48e.tar.xz
UXP-77af3f17663fd8fada8e0d368d92bef845fcf48e.zip
Merge branch 'master' of https://github.com/MoonchildProductions/UXP
-rw-r--r--toolkit/components/search/moz.build6
1 files changed, 3 insertions, 3 deletions
diff --git a/toolkit/components/search/moz.build b/toolkit/components/search/moz.build
index 4cc86ff9e..2accffd00 100644
--- a/toolkit/components/search/moz.build
+++ b/toolkit/components/search/moz.build
@@ -6,10 +6,10 @@
XPCSHELL_TESTS_MANIFESTS += ['tests/xpcshell/xpcshell.ini']
-if CONFIG['MC_PALEMOON']:
- DIRS += ['orginal']
-else:
+if CONFIG['MC_BASILISK'] or CONFIG['HYPE_ICEWEASEL'] or CONFIG['HYPE_ICEDOVE']:
DIRS += ['current']
+else:
+ DIRS += ['orginal']
with Files('**'):
BUG_COMPONENT = ('Firefox', 'Search')