macvim: use Formula[]
This commit is contained in:
parent
ce01121006
commit
a5a1673882
1 changed files with 1 additions and 1 deletions
|
@ -107,7 +107,7 @@ class Macvim < Formula
|
|||
%Q[-DDYNAMIC_PYTHON3_DLL=\'\"#{py3_prefix}/Python\"\']
|
||||
end
|
||||
|
||||
unless Formula.factory("python").installed?
|
||||
unless Formula["python"].installed?
|
||||
inreplace "src/auto/config.h", "/* #undef PY_NO_RTLD_GLOBAL */",
|
||||
"#define PY_NO_RTLD_GLOBAL 1"
|
||||
inreplace "src/auto/config.h", "/* #undef PY3_NO_RTLD_GLOBAL */",
|
||||
|
|
Loading…
Reference in a new issue