freetds: use Formula[]
This commit is contained in:
parent
9755254758
commit
b754e54127
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ class Freetds < Formula
|
|||
]
|
||||
|
||||
if build.include? "with-unixodbc"
|
||||
args << "--with-unixodbc=#{Formula.factory('unixodbc').prefix}"
|
||||
args << "--with-unixodbc=#{Formula['unixodbc'].prefix}"
|
||||
end
|
||||
|
||||
if build.include? "enable-msdblib"
|
||||
|
|
Loading…
Reference in a new issue