Skip to content
Snippets Groups Projects
Commit 009a9f1c authored by Loïc Blot's avatar Loïc Blot
Browse files

Fix macosx build by disabling postgresql upgrade

parent de83c29b
No related branches found
No related tags found
No related merge requests found
......@@ -17,7 +17,7 @@ if [[ $PLATFORM == "Unix" ]]; then
else
brew update
brew install freetype gettext hiredis irrlicht jpeg leveldb libogg libvorbis luajit
brew upgrade postgresql
#brew upgrade postgresql
fi
elif [[ $PLATFORM == "Win32" ]]; then
wget http://minetest.kitsunemimi.pw/mingw_w64_i686_ubuntu12.04_4.9.1.7z -O mingw.7z
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment