merged task_conf_holder into conf_task, redundant

moved make_git() and make_git_url() into task for now
This commit is contained in:
isanae
2020-12-03 17:45:35 -05:00
parent 50d5c649f8
commit c991239088
14 changed files with 75 additions and 161 deletions
+2 -2
View File
@@ -128,8 +128,8 @@ void python::build_and_install_prebuilt()
void python::fetch_from_source()
{
run_tool(task_conf().make_git()
.url(task_conf().make_git_url("python", "cpython"))
run_tool(make_git()
.url(make_git_url("python", "cpython"))
.branch(version())
.root(source_path()));