mesos: opt_prefix/libexec => opt_libexec

This commit is contained in:
Dominyk Tiller 2016-07-09 17:29:28 +01:00
parent 52ac9f3311
commit b3486e115b
No known key found for this signature in database
GPG key ID: FE19AEFCF658C6F6

View file

@ -101,7 +101,7 @@ class Mesos < Formula
]
unless MacOS::CLT.installed?
args << "--with-apr=#{Formula["apr"].opt_prefix}/libexec"
args << "--with-apr=#{Formula["apr"].opt_libexec}"
end
ENV.cxx11