mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
merged task_conf_holder into conf_task, redundant
moved make_git() and make_git_url() into task for now
This commit is contained in:
@@ -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()));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user