author | Tom Prince <mozilla@hocat.ca> |
Thu, 21 Jun 2018 12:19:26 -0600 | |
branch | BETA_60_CONTINUATION |
changeset 31171 | 5bd3ff66e9cd32493b6a5ec00396e9e978f9681f |
parent 29889 | 91d3849b3197f2702d0945df6098304a3ea0321e |
permissions | -rw-r--r-- |
# 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/. # Setup for build cache # # If we're here, we are on buildbot, so just use ccache locally. if test -z "$NO_CACHE"; then # if we're on windows, disable ccache case "${SYSTEMROOT}" in *Windows) ;; *) export CCACHE=ccache ;; esac fi