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/rust_interface/TARGETS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 test/c-from-rust/rust_interface/TARGETS (limited to 'test/c-from-rust/rust_interface/TARGETS') diff --git a/test/c-from-rust/rust_interface/TARGETS b/test/c-from-rust/rust_interface/TARGETS new file mode 100644 index 0000000..2404f2b --- /dev/null +++ b/test/c-from-rust/rust_interface/TARGETS @@ -0,0 +1,8 @@ +{ "foo_rust": + { "type": ["@", "rules-rust", "rust", "library"] + , "name": ["foo_rust"] + , "crate_root": ["foo.rs"] + , "stage": ["foo_rust"] + , "deps": [["./", "../clib", "foo"]] + } +} -- cgit v1.2.3