mirror of
https://github.com/minetest/minetest.git
synced 2024-11-23 16:13:46 +01:00
Update MinGW toolchain downloads used by travis
This commit is contained in:
parent
565959db86
commit
eee2f6a35d
@ -15,12 +15,12 @@ if [ $WINDOWS = "no" ]; then
|
|||||||
else
|
else
|
||||||
sudo apt-get install p7zip-full
|
sudo apt-get install p7zip-full
|
||||||
if [ $WINDOWS = "32" ]; then
|
if [ $WINDOWS = "32" ]; then
|
||||||
wget http://meow.minetest.net/mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z
|
wget http://sfan5.pf-control.de/mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z
|
||||||
sed -e "s|%PREFIX%|i686-w64-mingw32|" \
|
sed -e "s|%PREFIX%|i686-w64-mingw32|" \
|
||||||
-e "s|%ROOTPATH%|/usr/i686-w64-mingw32|" \
|
-e "s|%ROOTPATH%|/usr/i686-w64-mingw32|" \
|
||||||
< util/travis/toolchain_mingw.cmake.in > util/buildbot/toolchain_mingw.cmake
|
< util/travis/toolchain_mingw.cmake.in > util/buildbot/toolchain_mingw.cmake
|
||||||
elif [ $WINDOWS = "64" ]; then
|
elif [ $WINDOWS = "64" ]; then
|
||||||
wget http://meow.minetest.net/mingw_w64_x86_64_ubuntu12.04_4.9.1.7z -O mingw.7z
|
wget http://sfan5.pf-control.de/mingw_w64_x86_64_ubuntu12.04_4.9.1.7z -O mingw.7z
|
||||||
sed -e "s|%PREFIX%|x86_64-w64-mingw32|" \
|
sed -e "s|%PREFIX%|x86_64-w64-mingw32|" \
|
||||||
-e "s|%ROOTPATH%|/usr/x86_64-w64-mingw32|" \
|
-e "s|%ROOTPATH%|/usr/x86_64-w64-mingw32|" \
|
||||||
< util/travis/toolchain_mingw.cmake.in > util/buildbot/toolchain_mingw64.cmake
|
< util/travis/toolchain_mingw.cmake.in > util/buildbot/toolchain_mingw64.cmake
|
||||||
|
Loading…
Reference in New Issue
Block a user