summaryrefslogtreecommitdiff
path: root/homebrew/luabind/.make.sh-auto
blob: c9757389bf6b3e9dc5ec9d54b0d69ec13edf01b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
pkg:setup
ENV["LUA_PATH"] = Formula["lua@5.1"].opt_prefix
args = %w[release install]
if ENV.compiler == :clang
args << "--toolset=clang"
elsif ENV.compiler == :gcc
args << "--toolset=darwin"
end
args << "--prefix=#{prefix}"
bjam *args
(lib/"pkgconfig/luabind.pc").write pc_file