Skip to content

Commit

Permalink
luabind: depend on lua@5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
lembacon authored and MikeMcQuaid committed Jan 30, 2017
1 parent 75960c9 commit 002feb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Formula/luabind.rb
Expand Up @@ -3,7 +3,7 @@ class Luabind < Formula
homepage "http://www.rasterbar.com/products/luabind.html"
url "https://downloads.sourceforge.net/project/luabind/luabind/0.9.1/luabind-0.9.1.tar.gz"
sha256 "80de5e04918678dd8e6dac3b22a34b3247f74bf744c719bae21faaa49649aaae"
revision 1
revision 2

bottle do
cellar :any
Expand All @@ -15,7 +15,7 @@ class Luabind < Formula
end

depends_on "boost-build" => :build
depends_on "lua51"
depends_on "lua@5.1"
depends_on "boost"

# boost 1.57 compatibility
Expand Down Expand Up @@ -48,7 +48,7 @@ class Luabind < Formula
end

def install
ENV["LUA_PATH"] = Formula["lua51"].opt_prefix
ENV["LUA_PATH"] = Formula["lua@5.1"].opt_prefix

args = %w[release install]
if ENV.compiler == :clang
Expand Down

0 comments on commit 002feb6

Please sign in to comment.