mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
prepend python to path when building usvfs, udis requires it
install certifi, prebuilt python fails with ssl errors when downloading
This commit is contained in:
@@ -244,6 +244,13 @@ void python::install_pip()
|
||||
.arg("-m pip")
|
||||
.arg("install")
|
||||
.arg("--upgrade pip")));
|
||||
|
||||
// ssl errors while downloading through python without certifi
|
||||
run_tool(process_runner(process()
|
||||
.binary(python_exe())
|
||||
.arg("pip")
|
||||
.arg("install")
|
||||
.arg("certifi")));
|
||||
}
|
||||
|
||||
msbuild python::create_msbuild_tool(msbuild::ops o)
|
||||
|
||||
Reference in New Issue
Block a user