Joshua Haberman | a6985e5 | 2020-11-02 08:09:11 -0800 | [diff] [blame] | 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). | ||||
5 | mkdir -p ../ext/google/protobuf/third_party/wyhash | ||||
6 | cp ../../third_party/wyhash/* ../ext/google/protobuf/third_party/wyhash |