summaryrefslogtreecommitdiff
path: root/test cases
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2021-02-23 10:39:06 -0800
committerDylan Baker <dylan@pnwbakers.com>2021-02-23 16:22:56 -0800
commit6544f151db7a04993ff75540ed6a0cb2a4573b02 (patch)
treecb0f27981c35d869081f067b7f9b4aa864e8726a /test cases
parent5edbc0acd717bd3bd4268c5d3a43fb07d6593f54 (diff)
downloadmeson-6544f151db7a04993ff75540ed6a0cb2a4573b02.tar.gz
rust: fix linking with external dependencies
Rust can link with any dependency that uses c linkage, which is pretty much what we assume across the board anyway.
Diffstat (limited to 'test cases')
-rw-r--r--test cases/rust/13 external c dependencies/test.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/test cases/rust/13 external c dependencies/test.json b/test cases/rust/13 external c dependencies/test.json
index ad0e79a6e..423581ff6 100644
--- a/test cases/rust/13 external c dependencies/test.json
+++ b/test cases/rust/13 external c dependencies/test.json
@@ -10,6 +10,9 @@
{ "val": "cmake" },
{ "val": "system" }
]
- }
+ },
+ "exclude": [
+ { "static": true, "method": "pkg-config" }
+ ]
}
}