File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ if [ $WINDOWS = "no" ]; then
15
15
else
16
16
sudo apt-get install p7zip-full
17
17
if [ $WINDOWS = " 32" ]; then
18
- wget http://meow.minetest.net /mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z
18
+ wget http://sfan5.pf-control.de /mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z
19
19
sed -e " s|%PREFIX%|i686-w64-mingw32|" \
20
20
-e " s|%ROOTPATH%|/usr/i686-w64-mingw32|" \
21
21
< util/travis/toolchain_mingw.cmake.in > util/buildbot/toolchain_mingw.cmake
22
22
elif [ $WINDOWS = " 64" ]; then
23
- wget http://meow.minetest.net /mingw_w64_x86_64_ubuntu12.04_4.9.1.7z -O mingw.7z
23
+ wget http://sfan5.pf-control.de /mingw_w64_x86_64_ubuntu12.04_4.9.1.7z -O mingw.7z
24
24
sed -e " s|%PREFIX%|x86_64-w64-mingw32|" \
25
25
-e " s|%ROOTPATH%|/usr/x86_64-w64-mingw32|" \
26
26
< util/travis/toolchain_mingw.cmake.in > util/buildbot/toolchain_mingw64.cmake
You can’t perform that action at this time.
0 commit comments