mpv: fix a comment

This commit is contained in:
Dominyk Tiller 2018-02-09 23:22:07 +00:00 committed by FX Coudert
parent 25defa0a02
commit 17082627d2

View file

@ -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"