File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
2
2
project (mingw)
3
3
4
4
# Currently unused (our mirrors bring some download problems for Msys2)
5
- if (1 )
5
+ if (0 )
6
6
foreach (repo msys mingw32 mingw64)
7
7
if (${repo} STREQUAL msys)
8
8
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 " )
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.5)
2
2
project (mingw)
3
3
4
4
# Currently unused (our mirrors bring some download problems for Msys2)
5
- if (1 )
5
+ if (0 )
6
6
foreach (repo msys mingw32 mingw64)
7
7
if (${repo} STREQUAL msys)
8
8
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 " )
You can’t perform that action at this time.
0 commit comments