tc_win32.py (468B)
1 # This Source Code Form is subject to the terms of the Mozilla Public 2 # License, v. 2.0. If a copy of the MPL was not distributed with this 3 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 4 5 import os 6 7 config = { 8 "bootstrap_env": { 9 "NO_MERCURIAL_SETUP_CHECK": "1", 10 "MOZ_OBJDIR": "%(abs_obj_dir)s", 11 "DIST": "%(abs_obj_dir)s", 12 "L10NBASEDIR": "../../l10n", 13 "TOOLTOOL_CACHE": os.environ.get("TOOLTOOL_CACHE"), 14 }, 15 }