mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
port a05c90cbc
This commit is contained in:
parent
222a868e69
commit
3edfc0b459
1 changed files with 3 additions and 0 deletions
|
|
@ -696,6 +696,9 @@ fn uv_command(state: &Paths) -> Result<Command> {
|
|||
command.env("UV_CACHE_DIR", &state.uv_cache_dir);
|
||||
}
|
||||
|
||||
// have uv use the system certstore instead of webpki-roots'
|
||||
command.env("UV_NATIVE_TLS", "1");
|
||||
|
||||
#[cfg(windows)]
|
||||
{
|
||||
use std::os::windows::process::CommandExt;
|
||||
|
|
|
|||
Loading…
Reference in a new issue