Skip to content

Commit

Permalink
remove arch from ffi
Browse files Browse the repository at this point in the history
  • Loading branch information
le0pard committed Feb 15, 2021
1 parent 185d3fd commit 21e8f07
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@ namespace "ffi-compiler" do
c.have_library?('png')
c.have_library?('jpeg')
c.have_library?('tiff')
if c.platform.mac?
c.cflags << "-arch x86_64"
c.ldflags << "-arch x86_64"
end
c.ldflags << ENV['LD_FLAGS'] if ENV['LD_FLAGS']
c.cflags << ENV['C_FLAGS'] if ENV['C_FLAGS']
end
Expand Down

0 comments on commit 21e8f07

Please sign in to comment.