gst-plugins-good: set env var instead of appending
This commit is contained in:
parent
d99d790a57
commit
37afc42c30
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ class GstPluginsGood < Formula
|
|||
end
|
||||
|
||||
if build.head?
|
||||
ENV.append "NOCONFIGURE", "yes"
|
||||
ENV["NOCONFIGURE"] = "yes"
|
||||
system "./autogen.sh"
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue