diff options
| author | Dylan Baker <dylan@pnwbakers.com> | 2021-02-23 10:39:06 -0800 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2021-02-23 16:22:56 -0800 |
| commit | 6544f151db7a04993ff75540ed6a0cb2a4573b02 (patch) | |
| tree | cb0f27981c35d869081f067b7f9b4aa864e8726a /test cases | |
| parent | 5edbc0acd717bd3bd4268c5d3a43fb07d6593f54 (diff) | |
| download | meson-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.json | 5 |
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" } + ] } } |
