boost-python@1.59: rename boost@1.59 dependency
This commit is contained in:
parent
c1b69d3058
commit
0e2881318d
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ class BoostPythonAT159 < Formula
|
|||
depends_on :python3 => :optional
|
||||
|
||||
if build.cxx11?
|
||||
depends_on "boost159" => "c++11"
|
||||
depends_on "boost@1.59" => "c++11"
|
||||
else
|
||||
depends_on "boost159"
|
||||
depends_on "boost@1.59"
|
||||
end
|
||||
|
||||
def install
|
||||
|
|
Loading…
Reference in a new issue