protobuf/ruby/ext
Adam Cozzette ea5ef14aa0 Ruby: only link against specific version of memcpy if we're using glibc
We have some special code in wrap_memcpy.c to ensure that we use the
2.2.5 version of memcpy, for compatibility with older versions of glibc.
However, we need to make sure we only attempt to do this when we are
actually building with glibc, so that the code can also build
successfully against other libc implementations such as musl.
2017-03-17 11:23:01 -07:00
..
google/protobuf_c Ruby: only link against specific version of memcpy if we're using glibc 2017-03-17 11:23:01 -07:00