longdafeng commented on issue #1339:
URL: https://github.com/apache/incubator-brpc/issues/1339#issuecomment-770651224
看了源码 config_brpc.sh, 只能支持单目录的设置
```
find_dir_of_lib() {
local lib=$(find ${LIBS_IN} -name "lib${1}.a" -o -name "lib${1}.$SO"
2>/dev/null | head -n1)
if [ ! -z "$lib" ]; then
dirname $lib
fi
}
```
----------------------------------------------------------------
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]