Skip to content

Commit

Permalink
Bug 1262567 - Use TOOLTOOL_DIR to set VSPATH. r=glandium
Browse files Browse the repository at this point in the history
--HG--
extra : rebase_source : a1f7f21b3a6ac1d8356c469af57015a292b8bdfb
  • Loading branch information
aleth committed Apr 7, 2016
1 parent 4bc7ae6 commit 82f35c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion build/win32/mozconfig.vs2015-win64
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
if [ -z "${VSPATH}" ]; then
VSPATH="$(cd ${topsrcdir} && pwd)/vs2015u1"
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
VSPATH="$(cd ${TOOLTOOL_DIR} && pwd)/vs2015u1"
fi

export WINDOWSSDKDIR="${VSPATH}/SDK"
Expand Down
3 changes: 2 additions & 1 deletion build/win64/mozconfig.vs2015
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
if [ -z "${VSPATH}" ]; then
VSPATH="$(cd ${topsrcdir} && pwd)/vs2015u1"
TOOLTOOL_DIR=${TOOLTOOL_DIR:-$topsrcdir}
VSPATH="$(cd ${TOOLTOOL_DIR} && pwd)/vs2015u1"
fi

export WINDOWSSDKDIR="${VSPATH}/SDK"
Expand Down

0 comments on commit 82f35c4

Please sign in to comment.