Closed chrisjwu closed 10 years ago
iOS?
On Mon, Feb 10, 2014 at 11:02 AM, chrisjwu notifications@github.com wrote:
I added dynamic extension lookup for the libmemcached shared libraries. I was unable to test if it was correct to also do that for the amd64 architecture, but I assume it's fine. You can merge this Pull Request by running: git pull https://github.com/chrisjwu/memcache master Or you can view, comment on it, or merge it online at: https://github.com/ninjudd/memcache/pull/22 -- Commit Summary --
- issue #5 - added dynamic extension detection for linking libraries
- fixed error message
- Merge branch 'master' of github.com:chrisjwu/memcache
fixed target for library -- File Changes -- M ext/extconf.rb (24) -- Patch Links -- https://github.com/ninjudd/memcache/pull/22.patch https://github.com/ninjudd/memcache/pull/22.diff
Reply to this email directly or view it on GitHub: https://github.com/ninjudd/memcache/pull/22
Er, I mean OS X, fixed the title.
Looks good to me. @chrisjwu, would you mind separating the duplication out into a function before I merge the pull request?
Done
I added dynamic extension lookup for the libmemcached shared libraries.
I was unable to test if it was correct to also do that for the amd64 architecture, but I assume it's fine.