mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 06:05:44 +00:00
5f5c4c0bc0
While here, fix abuses of GRE_MILESTONE in moz.build and use RELEASE_OR_BETA instead. --HG-- extra : rebase_source : 2a8c6501b0fe3bb603a65d52dda13c609a75b033
12 lines
435 B
Python
12 lines
435 B
Python
# -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
|
|
# vim: set filetype=python:
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
|
|
# Only include the following system add-ons if building Aurora or Nightly
|
|
if not CONFIG['RELEASE_OR_BETA']:
|
|
DIRS += [
|
|
'flyweb',
|
|
]
|