From b3eb3537a2dca7843dbbc7f291ee578d9e0ada32 Mon Sep 17 00:00:00 2001 From: Yuuki Galaxy Date: Tue, 9 Feb 2021 14:07:12 +0800 Subject: [PATCH] modified: idevicelocation.rb --- etc/Homebrew/idevicelocation.rb | 4 ---- 1 file changed, 4 deletions(-) diff --git a/etc/Homebrew/idevicelocation.rb b/etc/Homebrew/idevicelocation.rb index 8c0c98282..1766b313a 100644 --- a/etc/Homebrew/idevicelocation.rb +++ b/etc/Homebrew/idevicelocation.rb @@ -18,10 +18,6 @@ class Idevicelocation < Formula system "./autogen.sh", "--disable-dependency-tracking", "--disable-silent-rules", "--prefix=#{prefix}" - # As long as libplist builds without Cython - # bindings, libimobiledevice must as well. - #"--without-cython", - #"--enable-debug-code" system "make", "install" end -- 2.11.4.GIT