From 094f1aba88adfdc11c2ab129ed2b4a30cae65a79 Mon Sep 17 00:00:00 2001 From: aleth Date: Wed, 11 Jan 2017 18:00:24 +0100 Subject: [PATCH] Bug 1329320 - Followup to use TOOLTOOL_DIR for makecab. r=gps --- build/mozconfig.win-common | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build/mozconfig.win-common b/build/mozconfig.win-common index 6a15bb2aedc5..ad6cc92e67d6 100644 --- a/build/mozconfig.win-common +++ b/build/mozconfig.win-common @@ -14,4 +14,6 @@ fi MOZ_AUTOMATION_INSTALLER=${MOZ_AUTOMATION_INSTALLER-1} export SOCORRO_SYMBOL_UPLOAD_TOKEN_FILE=c:/builds/crash-stats-api.token -export MAKECAB=$topsrcdir/makecab.exe + +TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir} +export MAKECAB=$TOOLTOOL_DIR/makecab.exe