From ed652442176aea086104479bb31aced501df48a2 Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Mon, 22 Jul 2024 12:20:46 +0200 Subject: rules-rust: bugfix: correctly propagate link args of C dependencies --- test/c-from-rust/TARGETS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/c-from-rust/TARGETS') 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"] -- cgit v1.2.3