mirror of
https://github.com/ModOrganizer2/mob.git
synced 2026-07-27 14:07:05 -07:00
added git_url_prefix
This commit is contained in:
@@ -126,7 +126,7 @@ void python::fetch_from_source()
|
||||
instrument<times::fetch>([&]
|
||||
{
|
||||
run_tool(task_conf().make_git()
|
||||
.url(make_github_url("python", "cpython"))
|
||||
.url(task_conf().make_git_url("python", "cpython"))
|
||||
.branch(version())
|
||||
.root(source_path()));
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user