diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2024-07-22 12:20:46 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2024-07-23 15:41:45 +0200 |
commit | ed652442176aea086104479bb31aced501df48a2 (patch) | |
tree | 582322cce152505eaac16aff5442fcbefbbe3938 /test/c-from-rust/TARGETS | |
parent | cda960a4cd846ca97f90b172014fd02206eb74a0 (diff) | |
download | rules-rust-ed652442176aea086104479bb31aced501df48a2.tar.gz |
rules-rust: bugfix: correctly propagate link args of C dependencies
Diffstat (limited to 'test/c-from-rust/TARGETS')
-rw-r--r-- | test/c-from-rust/TARGETS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/c-from-rust/TARGETS b/test/c-from-rust/TARGETS index 9bec7d9..8547aa7 100644 --- a/test/c-from-rust/TARGETS +++ b/test/c-from-rust/TARGETS @@ -2,7 +2,7 @@ { "type": ["@", "rules-rust", "rust", "binary"] , "name": ["main"] , "crate_root": ["main.rs"] - , "deps": [["./", "clib", "foo"]] + , "deps": [["./", "rust_interface", "foo_rust"]] } , "c-from-rust": { "type": ["@", "rules-cc", "shell/test", "script"] |