Skip to content

Commit 8717b34

Browse files
committed
Restore using msys2 repo for mingw packages for windows
1 parent 6c8804d commit 8717b34

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

depends/windows/mingw/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
22
project(mingw)
33

44
# Currently unused (our mirrors bring some download problems for Msys2)
5-
if(1)
5+
if(0)
66
foreach(repo msys mingw32 mingw64)
77
if(${repo} STREQUAL msys)
88
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")

depends/windowsstore/mingw/CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
22
project(mingw)
33

44
# Currently unused (our mirrors bring some download problems for Msys2)
5-
if(1)
5+
if(0)
66
foreach(repo msys mingw32 mingw64)
77
if(${repo} STREQUAL msys)
88
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")

0 commit comments

Comments
 (0)