gecko-dev/browser/config/mozconfigs/win64/nightly
Mike Hommey cd74d7a486 Bug 1620164 - Move the contents of browser/config/mozconfigs/win64/cross to common-win64. r=firefox-build-system-reviewers,rstewart
While here, change ${TOOLTOOL_DIR}/vs2017_15.8.4 to ${VSPATH} which
expands to the same thing without depending on the version of MSVC.

Differential Revision: https://phabricator.services.mozilla.com/D65475

--HG--
extra : moz-landing-system : lando
2020-03-05 21:40:45 +00:00

8 lines
265 B
Plaintext

. "$topsrcdir/build/mozconfig.win-common"
. "$topsrcdir/browser/config/mozconfigs/win64/common-win64"
. "$topsrcdir/browser/config/mozconfigs/win64/common-opt"
ac_add_options --with-branding=browser/branding/nightly
. "$topsrcdir/build/mozconfig.common.override"