Codebase list rust-libslirp / 94c786e
Add llvm and clang to deps for clang-sys. Adding them to the build-deps avoids errors during build like: [clang-sys 0.28.1] cargo:warning=couldn't execute `llvm-config --prefix` (error: No such file or directory (os error 2)) and: test test_support ... FAILED In common use, developers may also want these tools available, so they are added to the Recommends as well. Signed-off-by: Daniel Kahn Gillmor <dkg@fifthhorseman.net> Daniel Kahn Gillmor 4 years ago
1 changed file(s) with 4 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
44 ]
55 excludes = ["ci/**"]
66
7 [source]
8 build_depends = ["llvm", "clang"]
9
710 [packages.lib]
811 depends = ["libclang-dev"]
12 recommends = ["llvm", "clang"]