Bug 1262567 - Use TOOLTOOL_DIR to set VSPATH. r=glandium

--HG--
extra : rebase_source : a1f7f21b3a6ac1d8356c469af57015a292b8bdfb
This commit is contained in:
aleth 2016-04-07 16:02:34 +02:00
parent 4bc7ae6624
commit 82f35c441f
2 changed files with 4 additions and 2 deletions

View File

@ -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"

View File

@ -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"