This commit is contained in:
rustdesk
2025-06-18 17:53:49 +09:00
parent 219cb9e151
commit 10d0bb1181
3 changed files with 8 additions and 1 deletions

View File

@@ -55,4 +55,4 @@ thread 'main' panicked at 'Failed to find package: VcpkgNotFound("No vcpkg insta
thread 'main' panicked at 'Unable to find libclang: "couldn't find any valid shared libraries matching: ['clang.dll', 'libclang.dll'], set the `LIBCLANG_PATH` environment variable to a path where one of these files can be found (invalid: [])"', C:\Users\selfd\.cargo\registry\src\mirrors.ustc.edu.cn-61ef6e0cd06fb9b8\bindgen-0.59.2\src/lib.rs:2144:31
```
### 解决办法
安装[llvm](https://releases.llvm.org/download.html), 设置`LIBCLANG_PATH`环境变量为`llvm_install_dir/bin`
安装[llvm](https://releases.llvm.org/download.html), 设置`LIBCLANG_PATH`环境变量为`llvm_install_dir/bin`