• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1
2# wyhash has to live in the base third_party directory.
3# We copy it into the ext/google/protobuf directory for the build
4# (and for the release to PECL).
5mkdir -p ../ext/google/protobuf/third_party/wyhash
6cp ../../third_party/wyhash/* ../ext/google/protobuf/third_party/wyhash
7