From 160053286444c80cadacd0302a451d5dac50427b Mon Sep 17 00:00:00 2001 From: Rechi Date: Fri, 14 Apr 2017 14:45:14 +0200 Subject: [windows] DownloadBuildDeps: remove possibility to set download path --- project/BuildDependencies/DownloadBuildDeps.bat | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'project') diff --git a/project/BuildDependencies/DownloadBuildDeps.bat b/project/BuildDependencies/DownloadBuildDeps.bat index cfadcf1c8e..331784ca09 100644 --- a/project/BuildDependencies/DownloadBuildDeps.bat +++ b/project/BuildDependencies/DownloadBuildDeps.bat @@ -19,12 +19,7 @@ IF EXIST lib rmdir lib /S /Q IF EXIST include rmdir include /S /Q IF EXIST %TMP_PATH% rmdir %TMP_PATH% /S /Q -IF $%1$ == $$ ( - SET DL_PATH="%BUILD_DEPS_PATH%\downloads" -) ELSE ( - SET DL_PATH="%1" -) - +SET DL_PATH="%BUILD_DEPS_PATH%\downloads" SET WGET=%BUILD_DEPS_PATH%\bin\wget SET ZIP=%BUILD_DEPS_PATH%\..\Win32BuildSetup\tools\7z\7za -- cgit v1.2.3