Skip to content

Commit

Permalink
Merge pull request ruby-rice#38 from patmcnally/master
Browse files Browse the repository at this point in the history
Mac Lion Support
  • Loading branch information
Jason Roelofs committed Apr 4, 2012
2 parents f40c5eb + c70efdb commit 5d038d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extconf.rb
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 5d038d6

Please sign in to comment.