From 3ea4636227b972ab3b03ceb77611b7da445934d4 Mon Sep 17 00:00:00 2001 From: mathusummut Date: Sun, 3 Feb 2019 14:21:25 +0100 Subject: [PATCH] Fixed setup.sh for mac --- mk/macos/build-deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/mk/macos/build-deps.sh b/mk/macos/build-deps.sh index 9f5a29ecb..ccff390b8 100644 --- a/mk/macos/build-deps.sh +++ b/mk/macos/build-deps.sh @@ -1,4 +1,5 @@ #!/bin/sh brew install sdl2 lua fontconfig freetype ftgl libogg glew libvorbis cppunit glib fribidi miniupnpc wxmac +brew install cmake brew outdated cmake || brew upgrade cmake; brew outdated pkgconfig || brew upgrade pkgconfig brew install Caskroom/cask/xquartz \ No newline at end of file