op::optional for op::delete

--redownload, --redecompress, --clean, --dry and --verbose
implemented clean for 7z
This commit is contained in:
isanae
2020-05-02 04:03:20 -04:00
parent b9b939ead8
commit 748735d1e8
14 changed files with 128 additions and 58 deletions
+5 -5
View File
@@ -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";