wine: remove ENV.libxml2 no-op.

This commit is contained in:
Mike McQuaid 2016-12-19 17:35:30 +00:00
parent 950d3097b9
commit e149db9573

View file

@ -84,9 +84,6 @@ class Wine < Formula
# configure: libv4l, gstreamer-0.10, libcapi20, libgsm
def install
# Help configure find libxml2 in an XCode only (no CLT) installation.
ENV.libxml2
if build.with? "win64"
args64 = ["--prefix=#{prefix}"]
args64 << "--enable-win64"