mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
op::optional for op::delete
--redownload, --redecompress, --clean, --dry and --verbose implemented clean for 7z
This commit is contained in:
@@ -42,6 +42,11 @@ fs::path python::source_path()
|
||||
return paths::build() / ("python-" + s);
|
||||
}
|
||||
|
||||
fs::path python::build_path()
|
||||
{
|
||||
return source_path() / "PCBuild" / "amd64";
|
||||
}
|
||||
|
||||
void python::do_fetch()
|
||||
{
|
||||
run_tool(git_clone()
|
||||
@@ -121,11 +126,6 @@ void python::install_pip()
|
||||
.arg("-m", "ensurepip")));
|
||||
}
|
||||
|
||||
fs::path python::build_path()
|
||||
{
|
||||
return source_path() / "PCBuild" / "amd64";
|
||||
}
|
||||
|
||||
fs::path python::python_exe()
|
||||
{
|
||||
return build_path() / "python.exe";
|
||||
|
||||
Reference in New Issue
Block a user