mesos: opt_prefix/libexec => opt_libexec
This commit is contained in:
parent
52ac9f3311
commit
b3486e115b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue