mirror of
https://github.com/minetest/minetest.git
synced 2025-01-09 09:30:23 +01:00
Fix macosx build by disabling postgresql upgrade
This commit is contained in:
parent
de83c29ba0
commit
009a9f1c6e
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user