llhe opened a new pull request #937: Support symlink for config find_bin URL: https://github.com/apache/incubator-brpc/pull/937 For example, to configure the brpc build with self-built version of protobuf/protoc, like this: ``` $ ll third_party/install/protobuf/bin/ total 57412 drwxrwxr-x 2 heliangliang heliangliang 4096 Oct 8 10:58 ./ drwxrwxr-x 5 heliangliang heliangliang 4096 Oct 8 10:58 ../ lrwxrwxrwx 1 heliangliang heliangliang 14 Oct 8 10:58 protoc -> protoc-3.8.0.0* -rwxr-xr-x 1 heliangliang heliangliang 58780232 Oct 8 10:58 protoc-3.8.0.0* ``` The current script won't find the protoc without `-L` option.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
