aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2013-03-31 19:55:35 +0200
committerWiSo <wiso@xbmc.org>2013-03-31 19:55:35 +0200
commit0454acea017218f913c511472086388fe5f8a74f (patch)
tree3f955336fe19d91d165f9e4a177a5460f16dc2fa
parentc1e93e2c6c6c6af3514d301f6c88adaf617c6b48 (diff)
[WIN32] fixed: depends also need XBMC_PATH set
-rw-r--r--tools/buildsteps/win32/download-depends.bat1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/buildsteps/win32/download-depends.bat b/tools/buildsteps/win32/download-depends.bat
index c56b39a2d0..6faf963a51 100644
--- a/tools/buildsteps/win32/download-depends.bat
+++ b/tools/buildsteps/win32/download-depends.bat
@@ -4,6 +4,7 @@ SETLOCAL
SET CUR_PATH=%WORKSPACE%\project\BuildDependencies
SET TMP_PATH=%WORKSPACE%\project\BuildDependencies\scripts\tmp
+SET XBMC_PATH=%WORKSPACE%
cd %CUR_PATH%