lbdb: use native sdkroot
This commit is contained in:
parent
09aa73a2d8
commit
6af4c86ba5
1 changed files with 3 additions and 0 deletions
|
@ -10,6 +10,9 @@ class Lbdb < Formula
|
|||
end
|
||||
|
||||
def install
|
||||
inreplace "ABQuery/ABQuery.xcodeproj/project.pbxproj" do |s|
|
||||
s.gsub! "SDKROOT = macosx10.5;", "SDKROOT = macosx#{MACOS_VERSION};"
|
||||
end
|
||||
system "./configure", "--prefix=#{prefix}"
|
||||
system "make install"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue