android / android/ndk

[FR] Support `libclang.lib` on Windows

Open
#2,165 0 comments 0 reactions 2 assignees Claimed by @Sharjeel-Khan View on GitHub
enhancement
Dominant language
No language data
Stars
2.3k
Forks
310
PR merge metrics
No merged PRs in 30d

Description

### Description

Hello, I'm using [opencv-rust](https://github.com/twistedfall/opencv-rust) which uses [clang-sys](https://[github.com/KyleMayes/clang-sys](https://github.com/KyleMayes/clang-sys)) to generate OpenCV bindings from Rust.

[clang-sys](https://[github.com/KyleMayes/clang-sys](https://github.com/KyleMayes/clang-sys)) requires me to provide `libclang.dll` and `libclang.lib` on Windows. I see #2046 and I use the packaged `libclang.dll`. But I can't find `libclang.lib` and I have to download another Clang to use it.

In this case, I wish I could also use the packaged `libclang.lib` to simplify my project configuration. So could you please provide `libclang.lib` on Windows, too?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.