lz4 prebuilt

This commit is contained in:
isanae
2020-05-07 12:12:40 -04:00
parent eaa947e2c6
commit f4d00a8018
9 changed files with 75 additions and 16 deletions
-5
View File
@@ -5,11 +5,6 @@
namespace mob
{
url make_github_url(const std::string& org, const std::string& repo)
{
return "https://github.com/" + org + "/" + repo + ".git";
}
git_clone::git_clone()
: basic_process_runner("git")