美文网首页
2019-07-22:rpath

2019-07-22:rpath

作者: memset | 来源:发表于2019-07-22 14:03 被阅读0次

    "otool -D " to view the install name of a dylib
    "otool -L " to view the dependencies
    "otool -l | grep LC_RPATH -A2" to view the RPATHs
    "install_name_tool -id ..." to change an install name
    "install_name_tool -change ..." to change the dependencies
    "install_name_tool -rpath ... -add_rpath ... -delete_rpath ..." to change RPATHs

    相关文章

      网友评论

          本文标题:2019-07-22:rpath

          本文链接:https://www.haomeiwen.com/subject/jetwlctx.html