aboutsummaryrefslogtreecommitdiff
path: root/project/BuildDependencies
diff options
context:
space:
mode:
authorWiSo <wiso@xbmc.org>2011-02-08 08:40:56 +0100
committerWiSo <wiso@xbmc.org>2011-02-08 08:40:56 +0100
commit080b55a7211bd7cb646140aa6632708ba98f8075 (patch)
treefac7b7d7d846176319bfe5c6423f817a6b17f527 /project/BuildDependencies
parent7605bca09a4648e2042acb737a16c22f5f77aca4 (diff)
[WIN32] missed one from #11157 (thanks overbyrn)
Diffstat (limited to 'project/BuildDependencies')
-rw-r--r--project/BuildDependencies/scripts/copy_deps_d.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/project/BuildDependencies/scripts/copy_deps_d.bat b/project/BuildDependencies/scripts/copy_deps_d.bat
index ed1f530a1d..3539b5f234 100644
--- a/project/BuildDependencies/scripts/copy_deps_d.bat
+++ b/project/BuildDependencies/scripts/copy_deps_d.bat
@@ -9,5 +9,5 @@ IF EXIST "%XBMC_PATH%\system\python\Lib" rmdir "%XBMC_PATH%\system\python\Lib" /
echo .svn>py_exclude.txt
echo test>>py_exclude.txt
echo plat->>py_exclude.txt
-xcopy "%XBMC_PATH%\lib\libPython\Python\Lib" "%XBMC_PATH%\system\python\Lib" /E /Q /I /Y /EXCLUDE:py_exclude.txt > NUL
+xcopy "%XBMC_PATH%\lib\Python\Lib" "%XBMC_PATH%\system\python\Lib" /E /Q /I /Y /EXCLUDE:py_exclude.txt > NUL
del py_exclude.txt \ No newline at end of file