Skip to content

Commit baa0211

Browse files
thoradeaothms
authored andcommitted
1 parent a243334 commit baa0211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

win/build-deps.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ set DEPENDENCY_NAME=SWIG %SWIG_VERSION%
432432
set DEPENDENCY_DIR=N/A
433433
set SWIG_ZIP=swigwin-%SWIG_VERSION%.zip
434434
cd "%DEPS_DIR%"
435-
call :DownloadFile https://downloads.sourceforge.net/project/swig/swigwin/swigwin-%SWIG_VERSION%/%SWIG_ZIP% "%DEPS_DIR%" %SWIG_ZIP%
435+
call :DownloadFile https://sourceforge.net/project/swig/swigwin/swigwin-%SWIG_VERSION%/%SWIG_ZIP%/download "%DEPS_DIR%" %SWIG_ZIP%
436436
IF NOT %ERRORLEVEL%==0 GOTO :Error
437437
call :ExtractArchive %SWIG_ZIP% "%DEPS_DIR%" "%DEPS_DIR%\swigwin"
438438
IF NOT %ERRORLEVEL%==0 GOTO :Error

0 commit comments

Comments
 (0)