commit | e894dbf1023af417983d3b945b48aaa583c90165 | [log] [tgz] |
---|---|---|
author | Christopher Fujino <christopherfujino@gmail.com> | Wed Sep 02 12:53:42 2020 -0700 |
committer | Christopher Fujino <christopherfujino@gmail.com> | Wed Sep 02 12:53:42 2020 -0700 |
tree | 4b1102e127ac5fc75463051256a931f7e90e2679 | |
parent | fff01a8bf7564d5da91bac8768eff399c234ff14 [diff] |
speed up libplist-flutter
diff --git a/Formula/libplist-flutter.rb b/Formula/libplist-flutter.rb index 3e8c596..e49c721 100644 --- a/Formula/libplist-flutter.rb +++ b/Formula/libplist-flutter.rb
@@ -22,8 +22,11 @@ --prefix=#{prefix} --without-cython ] - - system "./autogen.sh" if build.head? + + if build.head? + ENV["NOCONFIGURE"] = "TRUE" + system "./autogen.sh" + end system "./configure", *args system "make", "install", "PYTHON_LDFLAGS=-undefined dynamic_lookup" end