Skip to content

Commit

Permalink
ossp-uuid: remove hardcoded arch value
Browse files Browse the repository at this point in the history
  • Loading branch information
jacknagel committed Sep 12, 2014
1 parent 2fc456f commit fa91986
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/ossp-uuid.rb
Expand Up @@ -24,8 +24,7 @@ def install
if build.universal?
ENV.universal_binary
elsif build.build_32_bit?
ENV.append 'CFLAGS', '-arch i386'
ENV.append 'LDFLAGS', '-arch i386'
ENV.append %w[CFLAGS LDFLAGS], "-arch #{Hardware::CPU.arch_32_bit}"
end

system "./configure", "--disable-debug",
Expand Down

0 comments on commit fa91986

Please sign in to comment.