You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@brpc.apache.org by GitBox <gi...@apache.org> on 2021/02/01 07:55:54 UTC

[GitHub] [incubator-brpc] longdafeng commented on issue #1339: 编译目录设置不对,config_brpc.sh 需要支持多个目录

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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@brpc.apache.org
For additional commands, e-mail: dev-help@brpc.apache.org