diff options
author | wolfbeast <mcwerewolf@gmail.com> | 2018-09-29 00:50:24 +0200 |
---|---|---|
committer | wolfbeast <mcwerewolf@gmail.com> | 2018-09-29 00:50:24 +0200 |
commit | 77af3f17663fd8fada8e0d368d92bef845fcf48e (patch) | |
tree | 0af415693439aaa181d5eb0a3c1f262fb5e12a94 | |
parent | 57a7d3e35bea51a8905ea1aeedc095ce2734f0f2 (diff) | |
parent | 9fe00e826d2a5f57d47a598c6833df00a60fe3cb (diff) | |
download | UXP-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.build | 6 |
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') |