mpv: fix a comment
This commit is contained in:
parent
25defa0a02
commit
17082627d2
1 changed files with 2 additions and 2 deletions
|
@ -64,8 +64,8 @@ class Mpv < Formula
|
||||||
# that's good enough for building the manpage.
|
# that's good enough for building the manpage.
|
||||||
ENV["LC_ALL"] = "C"
|
ENV["LC_ALL"] = "C"
|
||||||
|
|
||||||
# Prevents a conflict between python2 and python3 when gobject-introspection
|
# Prevents a conflict between python2 and python3 when
|
||||||
# is using the :python requirement
|
# gobject-introspection is using brewed python.
|
||||||
ENV.delete("PYTHONPATH") if MacOS.version <= :mavericks
|
ENV.delete("PYTHONPATH") if MacOS.version <= :mavericks
|
||||||
|
|
||||||
ENV.prepend_create_path "PYTHONPATH", buildpath/"vendor/lib/python2.7/site-packages"
|
ENV.prepend_create_path "PYTHONPATH", buildpath/"vendor/lib/python2.7/site-packages"
|
||||||
|
|
Loading…
Reference in a new issue