Skip to content

Commit

Permalink
Added suppport for Mac Lion, ensuring proper archs flags are selected…
Browse files Browse the repository at this point in the history
… in extconf.rb
  • Loading branch information
patmcnally committed Apr 3, 2012
1 parent f40c5eb commit c70efdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extconf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
other_opts = ""
env = ""

if RUBY_PLATFORM =~ /darwin10/
if RUBY_PLATFORM =~ /darwin10/ || RUBY_PLATFORM =~ /darwin11/
arch = Config::CONFIG["arch"].split("-")[0]

if arch == "universal"
Expand Down

0 comments on commit c70efdb

Please sign in to comment.