summaryrefslogtreecommitdiff
path: root/homebrew/cataclysm/.make.sh-auto
blob: 01e0ce0e23ef8f1ff540b48313a0835dffbf2dcb (plain)
1
2
3
4
5
6
7
8
9
10
pkg:setup
ENV.cxx11
args = %W[NATIVE=osx RELEASE=1 OSX_MIN=#{MacOS.version} USE_HOME_DIR=1 TILES=1 SOUND=1 ]
args << "CLANG=1" if ENV.compiler == :clang
args << "LUA=1" if build.stable?
make *args
libexec.install "cataclysm-tiles", "data", "gfx"
libexec.install "lua" if build.stable?
inreplace "cataclysm-launcher" do |s|
s.change_make_var! "DIR", libexec