xmake如何移除target的rpath? #4082
Unanswered
xumaofeng-jn
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
以前用cmake编译工程,cmake对rpath的处理策略是:编译期间设置rpath,用于链接。安装时把elf文件中的rpath删除,避免运行时找不到编译环境的rpath路径。
请问使用xmake如何实现这个诉求?
Beta Was this translation helpful? Give feedback.
All reactions