Fix macosx build by disabling postgresql upgrade

master
Loic Blot 2016-10-06 07:48:49 +02:00 committed by Ner'zhul
parent de83c29ba0
commit 009a9f1c6e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ if [[ $PLATFORM == "Unix" ]]; then
else else
brew update brew update
brew install freetype gettext hiredis irrlicht jpeg leveldb libogg libvorbis luajit brew install freetype gettext hiredis irrlicht jpeg leveldb libogg libvorbis luajit
brew upgrade postgresql #brew upgrade postgresql
fi fi
elif [[ $PLATFORM == "Win32" ]]; then elif [[ $PLATFORM == "Win32" ]]; then
wget http://minetest.kitsunemimi.pw/mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z wget http://minetest.kitsunemimi.pw/mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z