Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私は自分のBUILDファイルに以下を追加しようとしました:
BUILD
linkopts = ["-Wl,-rpath path/to/add"],
しかし、実行可能ファイルをチェックすると
otool -L path/to/executable
は含まれませんpath/to/add。bazel を使用して実行可能ファイルの rpath を変更するにはどうすればよいですか。
path/to/add