Skip to content

Commit

Permalink
Restore using msys2 repo for mingw packages for windows
Browse files Browse the repository at this point in the history
  • Loading branch information
phunkyfish committed Oct 19, 2020
1 parent 27fa0b7 commit 5179448
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion depends/windows/mingw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
project(mingw)

# Currently unused (our mirrors bring some download problems for Msys2)
if(1)
if(0)
foreach(repo msys mingw32 mingw64)
if(${repo} STREQUAL msys)
file(WRITE ${CMAKE_CURRENT_SOURCE_DIR}/etc/pacman.d/mirrorlist.${repo} "Server = http://mirrors.kodi.tv/build-deps/win32/msys2/repos/${repo}2/$arch\n")
Expand Down
2 changes: 1 addition & 1 deletion depends/windowsstore/mingw/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
project(mingw)

# Currently unused (our mirrors bring some download problems for Msys2)
if(1)
if(0)
foreach(repo msys mingw32 mingw64)
if(${repo} STREQUAL msys)
file(WRITE ${CMAKE_CURRENT_SOURCE_DIR}/etc/pacman.d/mirrorlist.${repo} "Server = http://mirrors.kodi.tv/build-deps/win32/msys2/repos/${repo}2/$arch\n")
Expand Down

0 comments on commit 5179448

Please sign in to comment.