Skip to content

Commit

Permalink
Bug 1572844 - Consistently check for MOZ_BITS_DOWNLOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
agashlin authored and gk-tpo committed Aug 26, 2019
1 parent d7f80d6 commit 39af5f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion toolkit/components/bitsdownload/components.conf
Expand Up @@ -5,7 +5,7 @@
# file, You can obtain one at http://mozilla.org/MPL/2.0/.

Classes = []
if buildconfig.substs['OS_ARCH'] == 'WINNT' and defined('MOZ_BITS_DOWNLOAD'):
if defined('MOZ_BITS_DOWNLOAD'):
Classes += [
{
'cid': '{495d6f3d-9748-4d30-8ce5-0290c0001edf}',
Expand Down
2 changes: 1 addition & 1 deletion toolkit/components/bitsdownload/moz.build
Expand Up @@ -14,7 +14,7 @@ XPCOM_MANIFESTS += [
'components.conf',
]

if CONFIG['OS_ARCH'] == 'WINNT':
if CONFIG['MOZ_BITS_DOWNLOAD']:
EXPORTS += [
'Bits.h'
]
Expand Down

0 comments on commit 39af5f2

Please sign in to comment.