]> arthur.barton.de Git - homebrew-alex.git/commitdiff
identd: Only build 64 bit version
authorAlexander Barton <alex@barton.de>
Wed, 1 May 2019 18:15:10 +0000 (20:15 +0200)
committerAlexander Barton <alex@barton.de>
Wed, 1 May 2019 18:15:10 +0000 (20:15 +0200)
Formula/identd.rb

index d93289e2ec14d0747033b04cf427946dae0b9e25..ad985574d7452d7993a46646945c98abdc101b09 100644 (file)
@@ -10,6 +10,8 @@ class Identd < Formula
   def install
     inreplace "identd.xcodeproj/project.pbxproj",
       /CODE_SIGN_IDENTITY = \".*\"/, 'CODE_SIGN_IDENTITY=""'
+    inreplace "identd.xcodeproj/project.pbxproj",
+      /ARCHS_STANDARD_32_64_BIT/, 'ARCHS_STANDARD_64_BIT'
     inreplace "identd/identd.8",
       %r{/usr/local}, "#{HOMEBREW_PREFIX}"
     xcodebuild "SYMROOT=build", "-target", "identd", "-configuration", "Release"