From b42986e45ece8056fce592a88bfa5ad788d4cab6 Mon Sep 17 00:00:00 2001 From: Chris Manchester Date: Fri, 26 Jan 2018 14:53:44 -0800 Subject: [PATCH] Bug 1429947 - Unset WIN64_LINK and WIN64_LIB in in-tree mozconfigs during an artifact build. r=nalexander MozReview-Commit-ID: 9mIaxs0xroN --HG-- extra : rebase_source : 623f50f4186722d6a0da9f01bd6d57b072068bd7 --- build/mozconfig.no-compile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build/mozconfig.no-compile b/build/mozconfig.no-compile index aab7e2d6b830..08762e507ab9 100644 --- a/build/mozconfig.no-compile +++ b/build/mozconfig.no-compile @@ -17,5 +17,7 @@ unset MAKECAB unset TOOLCHAIN_PREFIX unset BINDGEN_CFLAGS unset LLVM_CONFIG +unset WIN64_LINK +unset WIN64_LIB unset MOZ_STDCXX_COMPAT