rdp / google_hash

wrapper for google's hash functions, for ruby
BSD 3-Clause "New" or "Revised" License
92 stars 16 forks source link

Add support for >= Ruby 2.0.0-p195 #23

Closed steved closed 10 years ago

steved commented 11 years ago

For some reason Ruby 2.0 versions with a patchlevel > 0 have trouble building google_hash. It looks like something called CCDLFLAGS was introduced and CFLAGS stopped being added to the CXXFLAGS.

Commit in ruby: https://github.com/ruby/ruby/commit/2e26edb633606f1e99d22817678e11c25f7d2882

rdp commented 10 years ago

Thanks much.