エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Is there a way to set -rpath-link to cargo
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Is there a way to set -rpath-link to cargo
Hello, currently I try to compile against a c library which isn't in the standard folder so I nee... Hello, currently I try to compile against a c library which isn't in the standard folder so I need to set a -rpath-link however I didn't find anything in the docs, is there any way by setting it? You can specify arbitrary linker flags via: #[link_args = "..."] right in sources, but it's unfortunately gated and thus not for stable -C link-args="...", but that's command line for compiler, which Carg