Skip to content

Commit

Permalink
windows-compile-vs: use pmmp/DependencyMirror for pthreads4w instead …
Browse files Browse the repository at this point in the history
…of sourceforge

one less point of failure
  • Loading branch information
dktapps committed Jul 11, 2023
1 parent 4369167 commit 16378ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion windows-compile-vs.bat
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ cd /D "%DEPS_DIR%"
call :pm-echo "Downloading pthread-w32 version %PTHREAD_W32_VER%..."
mkdir pthread-w32
cd /D pthread-w32
call :get-zip https://sourceforge.net/projects/pthreads4w/files/pthreads4w-code-v%PTHREAD_W32_VER%.zip || exit 1
call :get-zip https://github.com/pmmp/DependencyMirror/releases/download/mirror/pthreads4w-code-v%PTHREAD_W32_VER%.zip || exit 1
move pthreads4w-code-* pthreads4w-code >>"%log_file%" 2>&1
cd /D pthreads4w-code

Expand Down

0 comments on commit 16378ff

Please sign in to comment.