cpp-redis / cpp_redis

C++11 Lightweight Redis client: async, thread-safe, no dependency, pipelining, multi-platform
MIT License
720 stars 199 forks source link

Fix Starlark function syntax #64

Open agasparovic-sabre opened 4 years ago

agasparovic-sabre commented 4 years ago

It's no longer working with the latest version of Bazel. Tested by adding cpp_redis dependency to another repository's WORKSPACE and calling cpp_redis_repositories(), then executing bazel build @com_github_cpp_redis_cpp_redis//:cpp_redis.

agasparovic-sabre commented 4 years ago

@appkins This is a fix to my previous PR. The build failure referenced here seems to be unrelated.