Skip to content

Commit a243334

Browse files
thoradeaothms
authored andcommitted
use SF instead of mirror
1 parent 452ba65 commit a243334

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://datapacket.dl.sourceforge.net/project/swig/swigwin/swigwin-%SWIG_VERSION%/%SWIG_ZIP% "%DEPS_DIR%" %SWIG_ZIP%
435+
call :DownloadFile https://downloads.sourceforge.net/project/swig/swigwin/swigwin-%SWIG_VERSION%/%SWIG_ZIP% "%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)