prepare_c_extension.sh 279 B

123456
  1. # wyhash has to live in the base third_party directory.
  2. # We copy it into the ext/google/protobuf directory for the build
  3. # (and for the release to PECL).
  4. mkdir -p ../ext/google/protobuf/third_party/wyhash
  5. cp ../../third_party/wyhash/* ../ext/google/protobuf/third_party/wyhash