• Adam Cozzette's avatar
    Ruby: only link against specific version of memcpy if we're using glibc · ea5ef14a
    Adam Cozzette authored
    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.
    ea5ef14a
Name
Last commit
Last update
..
compatibility_tests/v3.0.0 Loading commit data...
ext/google/protobuf_c Loading commit data...
lib/google Loading commit data...
src/main Loading commit data...
tests Loading commit data...
.gitignore Loading commit data...
Gemfile Loading commit data...
README.md Loading commit data...
Rakefile Loading commit data...
google-protobuf.gemspec Loading commit data...
pom.xml Loading commit data...
travis-test.sh Loading commit data...